Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I need to practise sql queries to improve my logics in making query and for interview purpose also.


So please from where can I get sql server query assignments so that I can solve these queries.

Thanks & Regards,
Mahendra Tomar
Posted

I suggest you, instead of asking someone to give you homework and then you will learn, you start studying from the basics. Like
1. what is Join
2. what are the types of Joins
3. How to use them
4. When to use which join
5. What is the difference between ON clause and Where clause.
6. What is Group by clause, having clause, when to use where and having etc.

This is just a simple list. There is a lot you can do with SQL.

As as starting reference you can refer to :
1. Best starting tutorial[^]
2. A bit advanced topics[^]
3. A good tutorial on joins[^]
4. One from MSDN[^]

If you want to start with examples only then refer :
1. http://www.itl.nist.gov/div897/ctg/dm/sql_examples.htm[^]
 
Share this answer
 
Comments
RaisKazi 27-Aug-11 9:58am    
Perfect, My 5!
Pravin Patil, Mumbai 30-Aug-11 0:16am    
thanks a lot...
Sergey Alexandrovich Kryukov 28-Aug-11 2:50am    
Hm, a nice advice, and the reading list looks very useful. My 5.
--SA
Pravin Patil, Mumbai 30-Aug-11 0:17am    
thanks....
Google[^] is always a good place to start: have a look at the fourth link for starters!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900