+ 2
can any one suggest best amdroid app to practice sql?
i want to learn by doing some practice but in sql the practice option is not given so any one suggest any best app to practice sql in android???
4 Réponses
+ 2
You can practice in sololearn with python sqlite3 using in-memory database (that lives only as long as the program is running)
https://code.sololearn.com/csZ5bjiWfdCR/?ref=app
https://code.sololearn.com/cVC0NkqGRSpU/?ref=app
... and lots of other examples in code playground.
You can also try this:
http://sqlfiddle.com/
+ 1
thanks bro
+ 1
while I dont believe they have an application w3schools has an online database and walkthroughs for SQL and many other languages. I use it alot
0
sqlfiddle and solo learn.