SQL Server tutorial part 5 - View





In SQL, a view is a virtual table based on the result-set of an SQL statement.
A view contains rows and columns, just like a real table. The fields in a view are fields from one or more real tables in the database.

Sample table


Sample Data




Create View



Update View


Drop View




Please donate and support at https://www.paypal.me/Rajcoomar

Comments

Popular posts from this blog

Car Wash System vb.net

Face recognition using EmguCV 3.0 and typing pattern recognition

Student Information System - AngularJS , ASP.NET API, C#