Which of the following results in each book having a profit of at least $10.00 in ascending order by profit? For your information, the BOOKS table contains the following columns: 单项选择题

A
SELECT * FROM books WHERE retail - cost >= 10.00 ORDER BY profit desc;
B
SELECT title, retail - cost "Profit" FROM books WHERE profit >= 10.00 ORDER BY "Profit";
C
SELECT title, retail - cost Profit FROM books WHERE retail-cost >= 10.00 ORDER BY profit;
D
SELECT title, retail - cost profit FROM books WHERE retail - cost >= 10.00 ORDER BY "PROFIT" desc;
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
类似问题
SELECT the SQL statement that lists the five highest paid employees
Select the SQL Statement will list the first name, last name and calculate the number of years the staff member has been employed.
Select the SQL Statement that will count all of the office locations that are in Australia
Select the SQL statement that will list the first name and last name of staff, and order the result by the last name in alphabetical order.
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!