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
Q32: A database is maintained and queried using
Q33: The command for creating a database is:<br>A)
Q34: Given a table named store with 5
Q35: To get all the customers from Hawaii
Q36: Some DBMS can handle graphic data types
Q38: INSERT INTO is an example of _
Q39: The command for removing a table is:<br>A)
Q40: Applications can be moved from one machine
Q41: What result set is returned from the
Q42: What steps should be followed when preparing