Intellipaat 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

2 Answers

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.

0 votes
ago by (3.1k points)

Views act as an extra layer over tables, allowing us to hide sensitive information or display only specific data. There are some functions like virtual tables which help to pull data when needed instead of storing it separately. Views can also make queries faster by simplifying complex data requests, especially if they’re indexed.

Related questions

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

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...