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:
ADML does not complete a transaction
BDDL modifies the structure and data in the table
DDML does not modified table structure.