Which statement about views is true?

Prepare for IT Operations Management exams. Use our extensive question bank and real-world scenarios to master the subject. Get ready for your ITOM exam with confidence!

Multiple Choice

Which statement about views is true?

Explanation:
Views are virtual tables defined by a query; they don’t hold data themselves. Because you can tailor a view to include only certain rows or columns by filtering with conditions and selecting specific fields, a view can act as a security filter—exposing just what a user should see while hiding the rest. That’s why this statement is the best choice. It’s important to note that regular views don’t store data, though there are materialized views that do physically store data. Also, views aren’t substitutes for base tables in queries; you can query a view just like a table, but they are built on top of tables rather than replacing them. Views can thus provide targeted data exposure through filtering, which is the security-focused behavior described.

Views are virtual tables defined by a query; they don’t hold data themselves. Because you can tailor a view to include only certain rows or columns by filtering with conditions and selecting specific fields, a view can act as a security filter—exposing just what a user should see while hiding the rest.

That’s why this statement is the best choice. It’s important to note that regular views don’t store data, though there are materialized views that do physically store data. Also, views aren’t substitutes for base tables in queries; you can query a view just like a table, but they are built on top of tables rather than replacing them. Views can thus provide targeted data exposure through filtering, which is the security-focused behavior described.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy