intersect and minus in sql code example
Example: minus vs intersect in sql
MINUS (returns records from 1 query that are not present in 2 query)
• INTERSECT (returns only common for both queries data)
MINUS (returns records from 1 query that are not present in 2 query)
• INTERSECT (returns only common for both queries data)