SQL Practice Test
SQL - Structured Query Language SQL View Management Questions and Answers
Which of the following is a primary benefit of using a SQL view?
Select your answer
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.
Hint