Answers

Question and Answer:

  Home  SQL Server Views

⟩ What are views?

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.

 193 views

More Questions for you: