Answer Posted / nitin gupta
DML stands for Data Manipulation Language.
It is used for manipulation of data in database like insert
new data, update existing data and deleting the data.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between local and global temporary table?
how to use regular expression in pattern match conditions? : Sql dba
Is it mandatory for the primary key to be given a value when a new record is inserted?
Can I call a procedure inside a function?
What are instead of triggers?
Does a user_objects view have an entry for a trigger?
Explain constraints in sql?
how do you know the version of your mysql server? : Sql dba
How are functions and procedures called in PL/SQL?
What are the types of optimization?
When you have to use a default "rollback to" savepoint of plvlog?
How to add, remove, modify users using sql?
How to call shell script from pl sql procedure?
What is sqlerrm?
what is difference between delete and truncate commands? : Sql dba