+ 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
2 Answers
+ 8
Already answered. Check this link :
https://www.sololearn.com/Discuss/152553/?ref=app
+ 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.