Views are one of the most common SQL object types and are also part of the SQL standard. Knowing (a) what views are, (b) how to use them, and (c) when to use them is vital for anyone who wants to work with any relational database (SQL Server included). This series of videos focuses on everything you need to understand the concepts of what views are, the syntax and tools you can use to create/alter/drop views, and even how to update data in the underlying tables using the view.