SQL - Set Operations
Identify the error in the following SQL set operation:
SELECT id, name FROM Customers
UNION
SELECT customer_id FROM Orders;Identify the error in the following SQL set operation:
SELECT id, name FROM Customers
UNION
SELECT customer_id FROM Orders;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions