0
SQL
Guys, i dont know how to use SQL using sololearn app. Pls help me...how to do it ??
2 Antworten
+ 8
You can't, neither directly (no SQL interpreter) nor via other languages (memory limit). You have to practice on an external software.
+ 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.