Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to learn how to make SQL query easily.
Which is the best way for practice. How to make complex query?
Posted
Comments
[no name] 2-Jun-14 19:18pm    
The answer to your "question" is right in the body of your posting, practice.

The only way to learn SQL queries is practice. There are a lot of online interactive tutorials that you can use if you want to get the basics. Try the below link
http://www.sqlcourse.com/index.html[^]
 
Share this answer
 
There is no easy way to learning, a lot of reading and hands-on practices.
1. Before diving into sql query, you should have a basic understanding of relational database design, refer: Relational_Database_Design[^]
2. Interactive Online SQL Tutorial[^]
Useful Reference Books[^]
 
Share this answer
 
v2
 
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