03/08/2015
Quick Revision of DBMS . You should read this before interview.
http://docs.google.com/Doc?id=dcqh6fb2_448rtt5fw
What are Views in Databases ? A view is a virtual or logical table composed of the result set of a query. Unlike ordinary tables (base6 tables) in a relational database, a view is not part of the physical schema: it is a dynamic, virtual table computed or collated from data in the database. Changing