+ 2
Is there is SQL in this app ?
I wanna programme n SQL for practice. I wanna know if it's possible.
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
+ 2
//here you go
https://www.sololearn.com/Course/SQL/?ref=app



