Home »
MCQs »
SQLAlchemy MCQs
____ function or operators are used when merging two SELECT statements and returning rows that were not returned by the second SELECT statement?
29. ____ function or operators are used when merging two SELECT statements and returning rows that were not returned by the second SELECT statement?
- Remove()
- Except()
- Union()
- Intersect()
Answer: B) Except()
Explanation:
Except() function or operator is used when merging two SELECT statements and returning rows that were not returned by the second SELECT statement.