Computer Science, asked by aayatrehman18, 7 months ago

1. Name DML commands.​

Answers

Answered by himanibanga170
23

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.

hope it will help you❤

Answered by aayushmarasaili95
11

Answer:

Here are the DML commands.

1. SELECT

2. UPDATE

3. MERGE

4. INSERT

5. DELETE

6. CALL

Similar questions