SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

SQL

Guys, i dont know how to use SQL using sololearn app. Pls help me...how to do it ??

27th Feb 2017, 7:26 AM
Arjun Praveen
Arjun Praveen - avatar
2 Answers
+ 8
You can't, neither directly (no SQL interpreter) nor via other languages (memory limit). You have to practice on an external software.
27th Feb 2017, 7:40 AM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 5
Actually, I have to retract my earlier answer. There is a way, although probably not really what you were looking for: https://code.sololearn.com/csyhsIovmZJ3/#py By using Python's sqlite3 module, you can manage and manipulate databases using SQL commands.
2nd Mar 2017, 11:20 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar