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 

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

1 Expert Approved Answer
Step: 1 Unlock

The last option is correct All of these are true the reason being a The output contains only 1 colum... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!