In an E-R diagram, strong entities are represented by double-walled rectangles.
Indicate whether the statement is true or false
Question 2
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) None of the above