A data manipulation language statement _____.
A.
completes a transaction on a table
B.
modifies the structure and data in a table
C.
modifies the data but not the structure of a table
D.
modifies the structure but not the data of a table
Explanation:
modifies the data but not the structure of a table
Incorrect answer:
A:
DML does not complete a transaction
B:
DDL modifies the structure and data in the table
D:
DML does not modified table structure.
Refer: Introduction to Oracle9i: SQL, Oracle University Study Guide, 8-3