I don't think it's B. INSERT (A) is standard DML, all about adding rows to a table. DISABLE isn't really a DML or DDL command, kind of a trick option here. ALTER and DROP are both more about changing database structure so those fall under DDL.
Q: 15
Which statement is an example of Data Manipulation Language (DML)?
Options
Discussion
A. had something like this in a mock and it was INSERT as DML.
Yeah, INSERT is the DML action here so A. DML handles data itself (like adding rows), while ALTER or DROP are more about table structure (that would be DDL). Makes sense to me, anyone disagree?
A , that's classic DML. INSERT actually changes the data inside a table, while things like ALTER or DROP are more about changing table structure (DDL). DML is CRUD actions so INSERT fits. Pretty sure on this one but open to other ideas if I'm missing something.
Probably A, saw similar wordings in the official practice set. INSERT is always the classic DML action, matches what Microsoft outlines in their study guide.
Be respectful. No spam.
Question 15 of 35