Computer Science, asked by vaishnavid2017, 6 months ago

O points
Which of the following is not an
Oracle DML function?
DECODE
O TRUNCATE
OTO_CHAR
o
NVL​

Answers

Answered by PᴀʀᴛʜTɪᴡᴀʀʏ
2

Answer:

\boxed{\red{\bf \green{\dag} Solution }}

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