Database for practicing SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Database for practicing SQL

Do you know where I can get a DB to practice the SQL commands of the SQL course? The only one I found so far was HR in Oracle Database (human resources) but I failed to find a proper Entity-Relationship model of the DB and reverse-engineering it seems a bit too steep for me. Thanks in advance

26th Jan 2017, 3:35 AM
BaHaMuT
BaHaMuT - avatar
2 Answers
+ 8
Already answered. Check this link : https://www.sololearn.com/Discuss/152553/?ref=app
26th Jan 2017, 5:20 PM
Cezar
Cezar - avatar
+ 1
I would suggest you this resource. It has the online code editor and a simple database to practice SQL queries: https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all You may also check the tutorials on that site.
1st Jun 2017, 8:46 AM
Asch
Asch - avatar