Question: Which statement is true about this command: SELECT Fname+'+ Lname AS Name FROM Author UNION SELECT FirstName + ' ' + LastName FROM Customers
Which statement is true about this command: SELECT Fname+"'+ Lname AS Name FROM Author UNION SELECT FirstName + ' ' + LastName FROM Customers UNION SELECT Name FROM Publisher ORDER BY Name; The output contains only 1 column named 'Name' The result set is a combination of records from three different tables. The output lists authors, customers, and publishers names. All of these are true
Step by Step Solution
There are 3 Steps involved in it
The last option is correct All of these are true the reason being a The output contains only 1 colum... View full answer
Get step-by-step solutions from verified subject matter experts
