Create tables, views, and temporary objects
Learn how to use Transact-SQL to create tables, views, and temporary objects for your databases.
Learning objectives
After completing this module, you should be able to:
Create and query tables using Transact-SQL
Create and query views using Transact-SQL
Create queries using Common Table Expressions (CTE)
Write queries that use derived tables
Add
Prerequisites
Before starting this module, you should have experience of using Transact-SQL queries to retrieve and filter data from a table in a database.