In an RDBMS, a ________ is a virtual table that represents the result of a database query.
- Index
- Stored Procedure
- Trigger
- View
In an RDBMS, a view is a virtual table that represents the result of a database query. It provides a way to present data in a structured manner without storing the actual data, thus simplifying data access and enhancing security.
Loading...
Related Quiz
- Apache Flink's ________ API enables complex event processing and time-based operations.
- In the context of ETL optimization, what is "partition pruning"?
- ________ is the process of distributing workload across multiple servers to improve performance and accommodate growing demand.
- What are the key considerations for choosing between batch loading and real-time loading strategies?
- What are some potential drawbacks of denormalization compared to normalization?