Multiple choice technology platforms and products

You can update the data in a view

  1. True

  2. False

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

Oracle allows updating data through views, but only for simple views that don't contain joins, aggregates, DISTINCT, GROUP BY, or other complexity. Complex views prevent direct DML operations. The statement is generally true for basic views.