Multiple choice technology databases

Can we insert data into a view?

  1. True

  2. False

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

You can insert data into certain types of views called updatable views. Simple views (without DISTINCT, aggregations, GROUP BY, joins, or expressions) are inherently updatable. Complex views require INSTEAD OF triggers to allow inserts through the view.