Multiple choice technology databases What can you create to restrict user access to a table? Index synonym view 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.