Multiple Choice
What does the following SQL statement do? Delete from Customer_T
Where state = 'HI';
A) Deletes all records from customer_t where the state is equal to HI
B) Removes the Customer_T table from the database
C) Deletes all records from the Customer_T table
D) Doesn't delete anything because of a syntax error
Correct Answer:

Verified
Correct Answer:
Verified
Q82: _ is a set of commands used
Q84: SQL is both an American and international
Q89: The following query totals sales in state=
Q90: To eliminate duplicate rows in a query,
Q91: What result set is returned from the
Q92: What does the following SQL statement do?
Q95: Which of the following is a purpose
Q97: What results will be produced by the
Q98: Which of the following questions is answered
Q99: The command for creating a database is:<br>A)