QuestionBankPro
medium
1 min read

Set operations (UNION, INTERSECT, EXCEPT)

UNION The UNION operator combines two sets by adding all records from the left set to the results of the right set. Example: sql SELECT FROM table1 UN...

Quick Actions

Insights

Difficultymedium
Reading Time1 min