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 t1B . DELETE* FROM t1C . DELETE* TABLE t1D . TRUNCATE TABLE t1 IMMEDIATEE . TRUNCATE TABLE t1View AnswerAnswer: AD