IBM Exam Questions

Which statement will execute successfully?

If an MQT named Q1_SALES was created as follows:

Which statement will execute successfully?

A.
DELETE FROM q1_sales

B.
REFRESH TABLE q1_sales

C.
INSERT INTO q1_sales VALUES(80.2)

D.
ALTER TABLE q1_sales REFRESH IMMEDIATE