Solved

Contents of the PUBLISHER Table

Question 22

Multiple Choice

Contents of the PUBLISHER table
Contents of the PUBLISHER table    -Based upon the contents of the PUBLISHER table, which of the following SQL statements will display only two columns in the results? A)  SELECT * FROM publisher; B)  SELECT contact name FROM publisher; C)  SELECT contact person, name FROM publisher; D)  none of the above
-Based upon the contents of the PUBLISHER table, which of the following SQL statements will display only two columns in the results?


A) SELECT * FROM publisher;
B) SELECT contact name FROM publisher;
C) SELECT contact person, name FROM publisher;
D) none of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions