Computer Science, asked by sridharpalani06, 3 months ago

13.Name DML commands in SQL.​

Answers

Answered by Anshika1234566
2

Answer:

There are 4 basic commands for manipulating data in SQL, corresponding to the CRUD create, read, update, and delete operations: INSERT, SELECT, UPDATE, and DELETE. In addition, procedures can be executed using the EXECUTE command, through a Procedural Relational Command, or an Anonymous Procedure Block.

Similar questions