Saved Bookmarks
| 1. |
Explain any four dml commands used sql write their syntax? |
|
Answer» 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. |
|