A view is just a saved SQL query and can be considered as a virtual table. 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 ...
-- Step 5: Create a clustered index on HireDate ---First drop the primary key ...