Multiple choice technology databases

In Oracle can we do any DMLs in a function which is called from a select statement?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Oracle does not allow DML operations (INSERT, UPDATE, DELETE) inside a function that is called from a SELECT statement. This restriction maintains database integrity and prevents side effects during query execution.