Explain the various DML commands with examples.
Answers
Answered by
0
Some commands of DML are:
SELECT – retrieve data from the a database
INSERT – insert data into a table
UPDATE – updates existing data within a table
DELETE – deletes all records from a table, the space for the records remain
MERGE – UPSERT operation (insert or update)
CALL – call a PL/SQL or Java subprogram
LOCK TABLE – control concurrency
brainlyviswa:
plz mark my answer as brainliest
Answered by
0
Hey !
DML Commands :
1) INSERT INTO
2) DELETE
3) UPDATE
DML Commands :
1) INSERT INTO
2) DELETE
3) UPDATE
Similar questions