Login
Remember
Register
Ask a Question
What is DML in Oracle?
0
votes
asked
Jan 17, 2024
in
Oracle
by
AdilsonLima
What is DML in Oracle?
oracle-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2024
by
AdilsonLima
Data Manipulation Language (DML) is used to access and manipulate data in the existing objects. DML statements are insert, select, update and delete and it won’t implicitly commit the current transaction.
...