UGC NET CS 2006 Dec-paper-2
August 29, 2024Database-Management-System
August 29, 2024Database-Management-System
|
Question 616
|
A WINDOW into a portion of a database is :
|
Schema
|
|
|
View
|
|
|
Query
|
|
|
Data Dictionary
|
Question 616 Explanation:
→ A view in database returns a portion of database based on the condition given in the SQL query.
→ View of a database gives the updated data stored in the database. A view returns a virtual view of database. It can join and simplify multiple tables into a single virtual table.
→ View of a database gives the updated data stored in the database. A view returns a virtual view of database. It can join and simplify multiple tables into a single virtual table.
Correct Answer: B
Question 616 Explanation:
→ A view in database returns a portion of database based on the condition given in the SQL query.
→ View of a database gives the updated data stored in the database. A view returns a virtual view of database. It can join and simplify multiple tables into a single virtual table.
→ View of a database gives the updated data stored in the database. A view returns a virtual view of database. It can join and simplify multiple tables into a single virtual table.
