Which of the following SQL statements will remove all rows from the table T1? (Choose two.)

Which of the following SQL statements will remove all rows from the table T1? (Choose two.)
A . DELETE FROM t1
B . DELETE* FROM t1
C . DELETE* TABLE t1
D . TRUNCATE TABLE t1 IMMEDIATE
E . TRUNCATE TABLE t1

Answer: AD

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments