Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.62 KB

File metadata and controls

38 lines (33 loc) · 1.62 KB

title: "Summary: Creating Database Objects | Microsoft Docs" ms.custom: "" ms.date: "03/04/2017" ms.prod: "sql" ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw" ms.service: "" ms.component: "t-sql" ms.reviewer: "" ms.suite: "sql" ms.technology:

  • "database-engine" ms.tgt_pltfrm: "" ms.topic: "article" applies_to:
  • "SQL Server 2016" helpviewer_keywords:
  • "creating database objects" ms.assetid: 5db8aebc-cc54-48d1-8cba-b2e2d21fa333 caps.latest.revision: 12 author: "edmacauley" ms.author: "edmaca" manager: "craigg" ms.workload: "On Demand" monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest || >= sql-server-2016 || = sqlallproducts-allversions"

Lesson 1-5 - Summary - Creating Database Objects

[!INCLUDEtsql-appliesto-ss2008-all-md] In this tutorial you have created a database, created a table in the database, inserted data into the table, changed the data, and then read the data from the table. The syntax for the statements that were used is only the basic syntax and many syntax options were not covered in this tutorial. To learn more about these statements, read the complete syntax for the statements in SQL Server Books Online, and review the many examples that are provided in those topics.

Next Lesson

Lesson 2: Configuring Permissions on Database Objects

See Also

CREATE DATABASE (SQL Server Transact-SQL)