Informatics Practices
MINUS operator is also called EXCEPT operator.
SQL Joins & Grouping
1 Like
Answer
True
Reason — MINUS operator is also called EXCEPT operator as both are used to return rows that are in the first table and not in the second table.
Answered By
3 Likes