Home »
MCQs »
SQLAlchemy MCQs
Which of the following functions shows mutual rows from both the SELECT statements?
30. Which of the following functions shows mutual rows from both the SELECT statements?
- Remove()
- Except()
- Union()
- Intersect()
Answer: D) Intersect()
Explanation:
Intersect() function shows mutual rows from both the SELECT statements.