how to learn to write a complex sql query?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to learn to write a complex sql query??

i know basics on sql but when it comes to retrieve data from multiple table on the basis of certain condition in where clause i failed to do them so i want to practice and make myself strong in that part specially in subquery so can anyone one assist me on how to write a complex sql query

24th May 2017, 3:18 PM
sumit parui
sumit parui - avatar
2 Answers
0
It's hard (at least for me) to explain subqueries in an abstract way, although working with specific examples can be very useful IMHO. Please check this tutorial: https://www.tutorialspoint.com/sql/sql-sub-queries.htm
25th May 2017, 5:18 AM
Álvaro
0
I learned WITH clauses when I was struggling and that really helped me get good at sql
26th May 2017, 6:29 AM
Christian Shaw
Christian Shaw - avatar