|
-
What is DML command?
Answer - Using DML command, you can create new records, update
records and delete records. The following commands fall in this category.
INSERT
UPDATE
DELETE
SELECT
DML commands lock the data that they are manipulating.
-
Explain insert, update and delete statement in brief.
|