O points
Which of the following is not an
Oracle DML function?
DECODE
O TRUNCATE
OTO_CHAR
o
NVL
Answers
Answered by
2
Answer:
Explanation:
Oracle DML Statements
INSERT – adding new rows to a table. Basic Syntax. Using a Column List. INSERT INTO SELECT.
UPDATE – updating values of fields.
DELETE – deleting rows from a table.
MERGE – merging tables.
TRANSACTIONS – learn what transactions are and how they can be managed.
Similar questions