In this section we are going to learn about the View in SQL server.
As the name suggest, a view is a virtual object whose result is derived from SQL query. View doesn’t contains any physical data, but all data comes from the database table. View is only stored physically in the disk when it is indexed.
Views are used to