which of the following is not a DML statement
1) select
2) insert
3) update
4) alter
Answers
Answered by
3
Answer:
4) Alter
Explanation:
Alter is not a DML statement, whereas others are DML statements
pls mark my answer as brain list
Answered by
0
Option (4) is correct answer.
Alter is not a DML statement.
What about DML statement :
- DML stands for Data Manipulation Language, and it is a set of operations for inserting, deleting, and updating data in a database.
- A DML is a sublanguage of a larger language, such as SQL, that contains some of the language's operators.
- Data Manipulation Language (DML) is a programming language for manipulating data. In SQL, for example, insert, update, and delete are commands.
Similar questions