Question: Which query will return rows from the first Select statement that are identical to rows in the second select statement a) SELECT ProductID FROM Invoices
Which query will return rows from the first Select statement that are identical to rows in the second select statement
| a) SELECT ProductID FROM Invoices UNION SELECT ProductID FROM Inventory | ||||||||||||||
| b) SELECT ProductID FROM Invoices INTERSECT SELECT ProductID FROM Inventory | ||||||||||||||
| Which query will return rows from the first Select statement that are identical to rows in the second select statement
| ||||||||||||||
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
