Computer Science, asked by wanishakir2020, 6 months ago

explain any four dml commands used sql write their syntax?​

Answers

Answered by asuryaprakash5241
1

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