Home »
MCQs »
SQL MCQs »
SQL Sub Queries, Views Clause MCQs
The ____ operator cannot be used with the sub query, but within it
6. The ____ operator cannot be used with the sub query, but within it.
- IN
- INTO
- BETWEEN
- JOIN
Answer: C) BETWEEN
Explanation:
The BETWEEN operator cannot be used with the sub query, but within it.