Solved

Contents of the BOOKS Table

Question 4

Multiple Choice

Contents of the BOOKS table
Contents of the BOOKS table    -Which of the following SQL statements will display the profit generated by each book currently stored in the BOOKS table?​ A)  ​SELECT title,retail,cost profit FROM books; B)  ​SELECT title,retail-cost FROM books; C)  ​all of the above D)  ​SELECT * FROM books;
-Which of the following SQL statements will display the profit generated by each book currently stored in the BOOKS table?​


A) ​SELECT title,retail,cost profit FROM books;
B) ​SELECT title,retail-cost FROM books;
C) ​all of the above
D) ​SELECT * FROM books;

Correct Answer:

verifed

Verified

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

Related Questions