Multiple choice technology web technology

Are views updateable?

  1. True

  2. False

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

Views can be updateable, but only under specific conditions. Simple views that map directly to a single base table without aggregates, DISTINCT, GROUP BY, joins, or calculated columns allow INSERT, UPDATE, and DELETE operations. Complex views are read-only.