Day 10. Views and Temporary Tables
Up to this point in your reading, you have learned quite a lot about the SELECT statement and how you can use it to retrieve and manipulate data from a database. You have also learned how to use the INSERT, UPDATE, and DELETE statements to further manipulate the data in the database. In fact, you used a SELECT statement to retrieve data from one table and insert it into another table. Along the way, you also learned about joins, indexes, and the functions that you can use in a SQL query. In today's lesson, you will learn about two unique and very different features of SQL that you can use: temporary tables and views.
Temporary tables are very much like regular tables, except that you create them as needed and ...
Get Sams Teach Yourself Transact-SQL in 21 Days, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.