SQL - Set Operations
What is the issue with this SQL query?
SELECT employee_id, employee_name FROM Employees
UNION
SELECT id FROM Contractors;
What is the issue with this SQL query?
SELECT employee_id, employee_name FROM Employees
UNION
SELECT id FROM Contractors;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions