Question 4:
Which two statements are true about Data Manipulation Language (DML) statements?
Answer options:
A. An INSERT INTO...VALUES.. statement can add multiple rows per execution to a table. B. An UPDATE... SET... statement can modify multiple rows based on multiple conditions on a table. C. A DELETE FROM..... statement can remove rows based on only a single condition on a table. D. An INSERT INTO... VALUES..... statement can add a single row based on multiple conditions on a table. E. A DELETE FROM..... statement can remove multiple rows based on multiple conditions on a table. F. An UPDATE....SET.... statement can modify multiple rows based on only a single condition on a table.