Question: 1. (TCO 6) To retrieve all fields from a table, use (Points : 3) SELECT ALL. SELECT ANY. SELECT (). SELECT *. Question 2. 2.
1. (TCO 6) To retrieve all fields from a table, use (Points : 3) SELECT ALL. SELECT ANY. SELECT (). SELECT *.
|
|
|
|
|
|
|
|
| Question 10. 10. (TCO 6) Given a books table with fields: title, category (such as SPORTS), cost, retail; what condition will return COMPUTER books with a retail price between $50 and $100 ? (Points : 3) |
WHERE retail > 50 AND < 100 AND category = COMPUTER WHERE category = COMPUTER AND (retail BETWEEN 100 and 50) WHERE category = COMPUTER AND retail < 50 AND retail > 100 WHERE category = COMPUTER AND ( retail BETWEEN 50 AND 100)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
