Step-by-step explanation:
A relational database view is a result set of a query on the data that is stored,which the programmer can query just like they would in a database collection of object that is persistent.The view is stored in database dictionary.In some NoSQL databases you can query over the data by only using VIEW.