Which of the following statements will delete all the records from the table T1?

Which of the following statements will delete all the records from the table T1?
Each correct answer represents a complete solution. Choose all that apply.

Which of the following statements will delete all the records from the table T1?
Each correct answer represents a complete solution. Choose all that apply.

A.
DELETE * FROM T1;

B.
DELETE T1;

C.
DELETE FROM T1;

D.
TRUNCATE TABLE T1;



Leave a Reply 0

Your email address will not be published. Required fields are marked *