Multiple choice technology databases In Oracle can we do any DMLs in a function which is called from a select statement? True 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.