IBM Exam Questions

Which of the following will DELETE all of the rows from table T03?

Which of the following will DELETE all of the rows from table T03?

A.
DELETE * FROM TABLE T03

B.
DELETE ALL FROM T03

C.
DELETE * FROM T03

D.
DELETE FROM T03