Solved

What Does the Following SQL Statement Do

Question 37

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions