In an RDBMS, a ________ is a virtual table that represents the result of a database query.
- Cursor
- Index
- Trigger
- View
A View in an RDBMS is a virtual table that represents the result of a database query. It does not store data itself but displays data from one or more tables based on specified criteria.
Loading...
Related Quiz
- Scenario: A database administrator notices that the database's index fragmentation is high, leading to decreased query performance. What steps would you take to address this issue?
- How does version control contribute to effective data modeling?
- How do workflow orchestration tools assist in data processing tasks?
- Scenario: Your team is dealing with a high volume of data that needs to be extracted from various sources. How would you design a scalable data extraction solution to handle the data volume effectively?
- How does data partitioning contribute to efficient data loading?