MS SQL Server Views Question:

What are views?

SQL Server Views Interview Question
SQL Server Views Interview Question

Answer:

A view can be considered as a virtual table. It does not physically exist. It is based on the result set of a SQL statement. A view contains rows and tables just like a real table.


Previous QuestionNext Question
Explain the functionalities that views support?Explain What are partitioned views and distributed partitioned views?