Which statement below is the best answer to serve the purpose of an UNION operat
ID: 3596522 • Letter: W
Question
Which statement below is the best answer to serve the purpose of an UNION operation?
SELECT customer_name FROM borrower UNION SELECT customer_name FROM depositor;
SELECT customer_name FROM borrower UNION SELECT account_number FROM depositor;
Both of the above statements.
None of the above statements.
SELECT customer_name FROM borrower UNION SELECT customer_name FROM depositor;
SELECT customer_name FROM borrower UNION SELECT account_number FROM depositor;
Both of the above statements.
None of the above statements.
Explanation / Answer
Answer:
SELECT customer_name FROM borrower UNION SELECT customer_name FROM depositor;
SELECT customer_name FROM borrower UNION SELECT customer_name FROM depositor;
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.