Question
Question: Which of the following statements about SQL views and their usage is correct? A) A view is a virtual table that can be used
Question: Which of the following statements about SQL views and their usage is correct?
A) A view is a virtual table that can be used to store data physically and can be indexed for improved performance.
B) Views can only be created from a single table and cannot include columns from multiple tables.
C) A view can simplify complex queries by encapsulating them and providing a simpler interface for users, but it does not store data itself.
D) Updating a view automatically updates the underlying tables without any restrictions, allowing any modifications to be made seamlessly.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
The detailed answer for the above question is provided below The correct statement is C A view can simplify complex queries by encapsulating them and ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started