filmov
tv
10-How to create a view using Microsoft SQL Server Management Studio
![preview_player](https://i.ytimg.com/vi/GN4FEUWuv8Y/maxresdefault.jpg)
Показать описание
Demonstrates the following:
Creating a view in database from the scratch using SQL Server Management Studio
Adding a couple of tables to view (join based view)
Selecting columns to be available in view
Testing a view (executing the SELECT which forms the view)
Saving and issuing a SELECT against the view created.