试题详情
- 单项选择题 You want to display the titles of books that meet these criteria: 1. Purchased before January 21, 2001 2. Price is less then $500 or greater than $900 You want to sort the results by their data of purchase, starting with the most recently bought book. Which statement should you use?()
A、SELECT book_title FROM books WHERE price between 500 and 900 AND purchase_date < '21-JAN-2001' ORDER BY purchase_date;
B、SELECT book_title FROM books WHERE price IN (500,900) AND purchase_date < '21-JAN-2001' ORDER BY purchase date ASC;
C、SELECT book_title FROM books WHERE price < 500 or > 900 AND purchase_date < '21-JAN-2001' ORDER BY purchase date DESC;
D、SELECT book_title FROM books WHERE (price < 500 OR price > 900) AND purchase_date < '21-JAN-2001' ORDER BY purchase date DESC;
- D
关注下方微信公众号,在线模考后查看
热门试题
- 当需要查询日志文件所有组及其成员的名称和
- 在Oracle中创建用户时,若未提及DE
- Given: What is
- Your boss̳
- You created a view
- Examinethefollowingc
- One of t
- The EMP_DEPT
- ()是由PL/SQL所提供的系统异常。当
- Given: Which c
- In which
- You upgraded
- Following a server c
- You enabled&en
- Evaluate the SQL st
- The EMPLOYEES&
- You work a
- While designin
- Which statemen
- You create&ens