0 votes
in Sql by
what is sub-query?

1 Answer

0 votes
by

A sub-query is used to return data that will be used in the main query as a condition to further restrict the data to be retrieved. A sub-query can be used with the statements like Update, select, delete and insert with the operators like =, >, <, >=,<=, etc.

...