filmov
tv
Introduction to Microsoft SQL (T-SQL) 11 - Views and Procedures
Показать описание
In the eleventh video of this new series, we will look at how to create views and procedures in SQL Server.
Want more? My SQL Server Udemy courses are:
----
Your query is now complete. But how can you retrieve them? Well, you could save them to the equivalent of a text box. However, you can save them into a view, which will allow you to use a SELECT statement to query that view - just like you can query a table. You can also create a procedure, which will allow you to run an entire SELECT statement or more as a computer program.
Want more? My SQL Server Udemy courses are:
----
Your query is now complete. But how can you retrieve them? Well, you could save them to the equivalent of a text box. However, you can save them into a view, which will allow you to use a SELECT statement to query that view - just like you can query a table. You can also create a procedure, which will allow you to run an entire SELECT statement or more as a computer program.