Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (119k points)

a) Views could be looked as an additional layer on the table which enables us to protect intricate or sensitive data based upon our needs
b) Views are virtual tables that are compiled at run time
c) Creating views can improve query response time
d) All of the Mentioned

1 Answer

0 votes
by (55.6k points)
edited by

All of the mentioned statements are true for view. The view is the virtual tables that are created to restrict access to the data and protect intricate or sensitive data. Virtual tables can improve the query response time by structuring the data in such a way that users find intuitive. Hence, all the above statements are correct for views.

You can go through this SQL Tutorial to have a better understanding of view and using views.

You can master SQL statements, queries and become proficient in SQL queries by enrolling in an industry-recognized SQL course.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jan 17, 2021 in SQL by dev_sk2311 (45k points)
0 votes
1 answer

Browse Categories

...