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.
TRUNCATE TABLE T1;
B.
DELETE FROM T1;
C.
DELETE * FROM T1;
D.
DELETE 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.
TRUNCATE TABLE T1;
B.
DELETE FROM T1;
C.
DELETE * FROM T1;
D.
DELETE T1;