Computer Science, asked by manishsirsam15, 9 months ago

Which is not DML Command.
a) Select
b) Update
c) create
d) Insert​

Answers

Answered by rajeshks7351
8

Answer:

Create

Explanation:

CREATE command is a data definition language command but not a data manipulation command. ... CREATE, SELECT, UPDATE, LOCK, and MERGE are the data manipulation commandsin SQL. You can check out this SQL tutorial by Intellipaat to know the types of SQL commands such as DDL, DML, DQL, DCL, and TCL.

Similar questions