Multiple choice technology databases

Can a UNION and a JOIN be used in the same SELECT statement

  1. YES

  2. NO

  3. Cant say

  4. Depends on the query

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SQL allows combining UNION set operators and JOIN clauses within the same SELECT statement to merge rows from multiple tables while also relating columns across tables.