A view in SQL Server is a compiled SQL query acting as a virtual table. It does not store data physically by default but retrieves data from underlying database tables.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0 ratings0% found this document useful (0 votes)
12 views3 pages
Views in SQL Server
A view in SQL Server is a compiled SQL query acting as a virtual table. It does not store data physically by default but retrieves data from underlying database tables.