Database Fundamentals — Question 88

This question requires that you evaluate the underlined text to determine if it is correct.
Views are database objects that contain all of the data in a database.
Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is incorrect, select the answer choice that makes the statement correct

Answer options

Correct answer: D

Explanation

The statement is incorrect because views do not contain all of the data in a database; instead, they are virtual tables based on the result of a query. Tables are the actual database objects that store the data, making 'D. Tables' the correct answer, while the other options do not correctly represent data storage.