Which of the following is a primary benefit of using a SQL view?
-
A
To create a physical, permanent copy of the data from one or more tables for faster writes.
-
B
To simplify complex queries and restrict access to the underlying base tables.
-
C
To enforce foreign key constraints between tables.
-
D
To improve the performance of DELETE operations on the underlying tables.