Home »
MCQs »
SQLAlchemy MCQs
Which of the following functions is used to eradicate duplicates from the result set?
28. Which of the following functions is used to eradicate duplicates from the result set?
- Remove()
- Remove_dup()
- Union()
- Intersect()
Answer: C) Union()
Explanation:
Union() function is used to eradicate duplicates from the result set.