do you know where i can find some practice SQL problems? where i can write select statements
+5
A:
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 - Interactive for advanced level.
Good luck.
Anthony Forloney
2010-03-09 23:43:31
Good links posted.
fastcodejava
2010-03-09 23:55:24
Although really, I would download SQL Server Express, download the AdventureWorks db, and get a beginning SQL book like "Beginning SQL"
davecoulter
2010-03-09 23:46:41