Solved

Contents of the BOOKS Table

Question 4

Multiple Choice

Contents of the BOOKS table
Contents of the BOOKS table    -Based upon the contents of the BOOKS table, which of the following SQL statements will display two columns in its output? A)  SELECT * FROM books; B)  SELECT title, retail-cost  Profit  FROM books; C)  SELECT DISTINCT title FROM books; D)  all of the above
-Based upon the contents of the BOOKS table, which of the following SQL statements will display two columns in its output?


A) SELECT * FROM books;
B) SELECT title, retail-cost "Profit" FROM books;
C) SELECT DISTINCT title FROM books;
D) all of the above

Correct Answer:

verifed

Verified

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

Related Questions