Microsoft Certified Azure Data Fundamentals · Free Practice Question Easy
Question 19
True or False: A view can contain data from multiple underlying tables.
-
A
True
-
B
False
Reveal correct answer
Correct answer: A
Explanation
In a relational database, a view is a virtual table that is not part of the physical schema but is created based on the result of a SELECT query. Views allow you to present data from one or more tables in a structured way, making it easier to query and retrieve specific information without altering the underlying tables.
A view can be created to include data from multiple underlying tables, providing a unified virtual table for querying.
Reference: https://learn.microsoft.com/en-us/sql/relational-databases/views/views?view=sql-server-ver16
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
