Database Fundamentals — Question 100

A view can be used to:

Answer options

Correct answer: B

Explanation

The correct answer is B because views can be designed to expose only certain rows or columns of a table, providing a layer of security. Options A, C, and D are incorrect as views do not physically store data, do not ensure referential integrity, and do not function as a means to save historical data.