Why we can't write SQL queries in sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why we can't write SQL queries in sololearn?

13th Sep 2019, 6:46 PM
Aastha🇮🇳
Aastha🇮🇳 - avatar
5 Answers
+ 1
Because the developer has not add the sql interpreter in this app maybe when it is updated
13th Sep 2019, 7:08 PM
Isaac Duah [Active!]
Isaac Duah [Active!] - avatar
+ 2
I think you can. Sqlite is supported from playground. you have to import module sqlite3. Database does only stay as long as the program is running. But for some tests it's may be ok. An other possible and better solution is to use a IDE running on android, windows or iOS, so most python installations come with sqlite. You can also find code samples if you search for them in web.
13th Sep 2019, 8:13 PM
Lothar
Lothar - avatar
+ 2
Lothar how to import that in sololearn?
14th Sep 2019, 3:46 AM
Aastha🇮🇳
Aastha🇮🇳 - avatar
14th Sep 2019, 6:48 AM
Lothar
Lothar - avatar
+ 1
https://code.sololearn.com/cwuIN14vDXHv/?ref=app Lothar is right. U can use sqlite3 here. (in this case with python).
13th Sep 2019, 8:30 PM
Thoq!
Thoq! - avatar