MS SQL Server Views Question:
Download Questions PDF

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.

Download SQL Server Views Interview Questions And Answers PDF

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