Multiple choice technology databases

What can you create to restrict user access to a table?

  1. Index

  2. synonym

  3. view

  4. trigger

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

A view can be used to restrict user access by showing only specific columns or rows of a table. By granting a user permissions on the view instead of the underlying table, you can hide sensitive data.