What is the use of subqueries in mysql | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

What is the use of subqueries in mysql

how does it helps to query optimisation

11th May 2017, 3:43 AM
Boorsu Gangadharam
Boorsu Gangadharam - avatar
4 Answers
11th May 2017, 5:27 AM
Dev
Dev - avatar
+ 10
thanks dayve...
11th May 2017, 5:55 AM
Boorsu Gangadharam
Boorsu Gangadharam - avatar
+ 7
you can use your query string for another query design it by using the inner query
11th May 2017, 5:43 AM
code
code - avatar
0
Subquery is a query embedded in another query. For example- using 'where' in a 'select' or 'insert' query.
20th Aug 2018, 8:33 AM
Arjun Singh
Arjun Singh - avatar