Multiple choice technology databases Can a UNION and a JOIN be used in the same SELECT statement YES NO Cant say 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.