Description
A view is a virtual table that acts like a regular table but doesn't store its own data. Instead, it relies on a predefined query to retrieve data from one or more underlying tables.
In this lab, you will be learning how to use Views in SQL Server.
Based on this Customer and Supplier Schema, generate the solutions to the respective queries listed below:
Lab Objective
Upon completion of this lab, you will be able to:
Prerequisites