Practice SQL Queries [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this questionI wanted a website that has ample amount of SQL (SQL Server 2005 or 2008) related queries to practice at home
Please let me know if you have any idea about the same.
thanks开发者_StackOverflow社区
Try this one: SQL exercises. The queries are of different difficult from easy to hardest.
I'd suggest you to practice using Stack Exchange Data Explorer at https://data.stackexchange.com
Select a StackExchange site and click Compose Query button.
What is Stack Exchange Data Explorer?
Stack Exchange Data Explorer allows you to run arbitrary SQL queries on the Stack Exchange family of sites, share those queries with your friends and explore interesting queries.
For more info, read the FAQ.
I think few people know about this great site.
Check out http://www.sqltree.com/ Also, some sample databases can be found here: http://msftdbprodsamples.codeplex.com/
I think you will find a wealth of material here:
http://sqlserversamples.codeplex.com/
You may use http://www.compileonline.com/execute_sql_online.php to execute your queries online.
Hope this helps.
精彩评论