In DB2, a view allows users to ________ data from one or more tables.
- Delete
- Insert
- Retrieve
- Update
Views in DB2 enable users to retrieve data from one or more tables in a structured manner without directly accessing the underlying tables. This abstraction simplifies querying and enhances security.
Loading...
Related Quiz
- Scenario: A developer is designing an application that requires high concurrency in DB2.
- What are the potential performance benefits of denormalization?
- What is the primary purpose of data compression in DB2?
- In what scenarios would denormalization be recommended in a database design?
- What is the primary goal of performance tuning in DB2?