‘View’ in a database is -
2024
‘View’ in a database is -
- A.
A method to improve database performance
- B.
A physical table that stores data
- C.
A virtual table created by querying one or more tables
- D.
A backup copy of a database
- E.
Question not attempted
Attempted by 12 students.
Show answer & explanation
Correct answer: C
A database view is a virtual table defined by a query over one or more tables. It does not physically store the same data like a normal table and is not just a backup copy.