Informatics Practices
What set operations can you perform through SQL ?
SQL Joins & Grouping
2 Likes
Answer
In SQL, set operations include UNION, INTERSECTION, and MINUS to combine the rows from two or more tables.
Answered By
2 Likes
What set operations can you perform through SQL ?
2 Likes
In SQL, set operations include UNION, INTERSECTION, and MINUS to combine the rows from two or more tables.
Answered By
2 Likes