SQL - Set Operations
Consider this SQL query:
What is the issue with this query?
SELECT name FROM employees UNION SELECT name, department FROM managers;What is the issue with this query?
