0 votes
in Sql by
What is the SQL Subquery?

1 Answer

0 votes
by

A Subquery is a subset of select statements whose return values are used in filtering conditions of the main query.

...