0
Can anyone explain types of subqueries with an examples
2 odpowiedzi
+ 6
In lesson 14.1 subqueries is mention you can learn from it if you in old courses but if you have in new courses then you can see this link:- https://www.scaler.com/topics/sql/types-of-subqueries-in-sql/
I want to suggest you if you learn SQL course then you can make easily SQL query also
https://www.sololearn.com/Discuss/3205432/?ref=app
+ 5
Check the link below for SQL subquery. Blog has explanation as well as well structured examples for better understanding.
Subqueries are query within the query. It's a powerful tool specially when working with multiple columns.
Hope this helps.
https://learnsql.com/blog/sql-subquery-examples/