Solved

What Does the Following SQL Statement Do? Delete from Customer_T

Question 94

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