Which of the following is/are true with reference to ‘view’ in DBMS? (a) A ‘view’ is a special stored procedure executed when certain event occurs. (b) A ‘view’ is a virtual table, which occurs after executing a pre-compiled query. 

Which of the following is/are true with reference to ‘view’ in DBMS? (a) A ‘view’ is a special stored procedure executed when certain event occurs. (b) A ‘view’ is a virtual table, which occurs after executing a pre-compiled query.  Correct Answer Only (b) is true

The correct answer is "option 2".

Key Points

  • A view is a virtual table that is used to view or manipulate parts of the table.
  • A view can select rows on the basis of certain conditions & fields from one or more tables present in the database is used to create a view.
  • View is not a special stored procedure but is a virtual table that occurs after executing a pre-compiled query. Hence, View in DBMS is a virtual table.

Related Questions

In throwing a six faced die, let A be the event that an even number occurs, B be the event that an odd number occurs and C be the event that a number greater than 3 occurs. Which one of the following is correct?