Which two statements are true about Data Manipulation L…

Which two statements are true about Data Manipulation Language (DML) statements?

Which two statements are true about Data Manipulation Language (DML) statements?

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.

Explanation:
http://www.techonthenet.com/sql/and_or.php



Leave a Reply 0

Your email address will not be published. Required fields are marked *