Informatics Practices

What does MINUS operation do ?

SQL Joins & Grouping

1 Like

Answer

The MINUS operator returns the rows that are only in the first result set but not in the second result set.

Answered By

2 Likes


Related Questions