Multiple choice technology databases Which of the following is a NOT a valid reason for defining a view on a table? Restrict users' access to a subset of table data Ensure that rows inserted remain within the scope of a definition Produce an action as a result of a change to a table Provide users with an alternate view of table data Reveal answer Fill a bubble to check yourself C Correct answer Explanation Views are used to restrict access, simplify queries, or provide alternative representations of data. They are passive structures and cannot produce an action (such as executing code) in response to data changes; that is the role of a trigger.