+ 11
SQL Practice Source?
Is there a simple site where I would be provided with a sample database which can be used to practice SQL, without going through all the steps of setting up a server, or am I missing out on something? It seems like a space for improvement that SoloLearn lacks practice material on SQL.
8 Respostas
+ 27
+ 9
u can use MySQL ... i too use it for sql practice and questions
+ 5
https://www.db4free.net/
You can practice SQL all you like at db4free. Great site and well worth checking out.
+ 5
if u are interested in oracle DB
https://livesql.oracle.com
you can create and use your tables
if you want using built in table you shoul use scott.table name
ex. scott.emp , scott.dept etc
+ 4
Thanks for all of your helpful answers! Wish I could mark everyone as best.
+ 3
+ 2
I'm training in hackerrank: www.hackerrank.com
You can train Python, Javascript and others languages too.
+ 1
sql