Multiple choice technology databases

Any attempt on DML operation on view

  1. Successful

  2. Results in error

  3. Depends on condition

  4. None

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

DML operations on views that contain GROUP BY, DISTINCT, or aggregate functions will result in an error. Oracle cannot map the operation back to underlying table rows.