Login
Remember
Register
Ask a Question
What is subquery?
0
votes
asked
Jun 12, 2023
in
Sql
by
Robin
What is subquery?
subquery
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 12, 2023
by
Robin
A subquery is a query within another query. The outer query is called as main query, and inner query is called subquery. SubQuery is always executed first, and the result of subquery is passed on to the main query.
...