+ 2

Is there is SQL in this app ?

I wanna programme n SQL for practice. I wanna know if it's possible.

24th Feb 2019, 6:34 AM
Mesum Bin Shaukat
Mesum Bin Shaukat - avatar
2 Answers
+ 5
It is possible with some tricks. For example Sqlite in Python works with in-memory storage (that is a temporary database that lives only as long as your program is running.) https://code.sololearn.com/csZ5bjiWfdCR/?ref=app
24th Feb 2019, 6:49 AM
Tibor Santa
Tibor Santa - avatar
24th Feb 2019, 8:27 AM
Sudarshan Rai
Sudarshan Rai - avatar