Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 practising queries

Author  Topic 

SQLapprentice
Starting Member

29 Posts

Posted - 2012-12-27 : 07:12:49
Hi,

I'd like to know if there is any good book or site availabe with exercises to practise sql queries

Regards

sunitabeck
Master Smack Fu Yak Hacker

5155 Posts

Posted - 2012-12-27 : 07:22:07
These sites may help:

http://www.sql-tutorial.net/
http://www.firstsql.com/tutor.htm
http://www.w3schools.com/sql/default.asp

Even though the following books do not follow the problem-exercise pattern, I like these beginner level books:
Two beginner level books that I like are:

http://www.amazon.com/Beginning-Microsoft-Server-Programming-Programmer/dp/0470257016/ref=sr_1_1?s=books&ie=UTF8&qid=1335266785&sr=1-1
http://www.amazon.com/Microsoft%C2%AE-Server%C2%AE-T-SQL-Fundamentals-PRO-Developer/dp/0735626014/ref=sr_1_sc_2?ie=UTF8&qid=1335266735&sr=8-2-spell
Go to Top of Page

SQLapprentice
Starting Member

29 Posts

Posted - 2012-12-27 : 07:27:03
Thanks!!
Go to Top of Page

marek_gd
Starting Member

6 Posts

Posted - 2012-12-28 : 17:59:20
Good website is:

http://sqlzoo.net/

There is an interactive tutorial, but for beginners. You won't find there more complicated syntax and keywords, but despite that I consider this website as very helpful. It helped me a lot when I was completely green in SQL.
Go to Top of Page
   

- Advertisement -