Database Management Systems (DBMS)
What does Database view refer to?
- A. The process of organizing database tables to reduce data redundancy and improve data integrity.
- B. A situation in which two transactions are each waiting for the other to release a lock, preventing progress.
- C. A sequence of one or more database operations executed as a single logical unit of work.
- D. A virtual table based on the result of a stored SQL query. ✓
Correct answer
D. A virtual table based on the result of a stored SQL query.
Explanation
Database view refers to a virtual table based on the result of a stored SQL query.