Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find exercises to practice SQL statements? [closed]

Tags:

sql

Do you know where I can find some practice SQL problems where I can write select statements?

like image 329
Alex Gordon Avatar asked Mar 09 '10 23:03

Alex Gordon


People also ask

How do I practice SQL queries offline?

On a standalone PC? Install and use a small local SQL DBMS, such as MySQL, Access, etc. Alternatively, install a free community, student, or developer edition of DB2, MSSQL server, etc. On your PC.


1 Answers

SQL exercises or you can create a test table with fake data and manipulate that. Personally, I learn better with hands-on activity, by playing with the SELECT statements myself before even practicing an online guide. However, not everyone is the same.

Here are a few other links to check out:

  • SQLCourse - Interactive for beginners.
  • SQLCourse2 - It's awesome you can try and sharpen your skills.

Good luck.

like image 92
Anthony Forloney Avatar answered Sep 19 '22 23:09

Anthony Forloney