what is a view how it is related to data


What is a view? How it is related to data independence?

A view might be thought of as a virtual table, that is, a table that does not really exist in its own right but is instead derived from one or more underlying base table. In other words, there is no kept file that direct represents the view instead a definition of view is kept in data dictionary.

Growth and restructuring of base tables is not reflected in views. Thus the view can insulate users from the effects of restructuring and growth in the database. As accounts for logical data independence.

 

Request for Solution File

Ask an Expert for Answer!!
Database Management System: what is a view how it is related to data
Reference No:- TGS0311365

Expected delivery within 24 Hours