What is a view and what are its advantages?

devquora
devquora

Posted On: Feb 22, 2018

 

The subset of a table which is basically stored logically in a database is called as a view. A view is a virtual table which is containing the rows and columns. The fields located in views are similar to tables and they do not contain the date of their own. Its advantages are:

  • It occupies no space
  • It is used to restrict the access given to the database.
  • It also hides the complexity associated with data.
  • It simply describes the complicated results.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    SQL Server Interview Questions

    What are a database and a data warehouse?

    A database, in general, is a collection of information in a more organized form for better access...

    SQL Server Interview Questions

    What is normalization according to you and explain its different levels?

    In order to remove the redundant data, normalization is used. It also reduces the null values and enables the efficiency of indexing...

    SQL Server Interview Questions

    What do you understand by the denormalisation?

    Denormalization is the inverse process of normalization...