1 / 21
文档名称:

SQL Server 2012 Tutorials - Writing Transact-SQL Statements.pdf

格式:pdf   页数:21
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

SQL Server 2012 Tutorials - Writing Transact-SQL Statements.pdf

上传人:bolee65 2014/3/24 文件大小:0 KB

下载得到文件列表

SQL Server 2012 Tutorials - Writing Transact-SQL Statements.pdf

文档介绍

文档介绍:SQL Server 2012 Tutorials:
Writing Transact-SQL Statements
SQL Server 2012 Books Online

















Summary: This tutorial is intended for users who are new to writing SQL statements. It
will help new users get started by reviewing some basic statements for creating tables
and inserting data. This tutorial uses Transact-SQL, the Microsoft implementation of the
SQL standard. This tutorial is intended as a brief introduction to the Transact-SQL
language and not as a replacement for a Transact-SQL class. The statements in this
tutorial are intentionally simple, and are not meant to represent plexity found in
a typical production database.
Category: Quick Step-by-Step
Applies to: SQL Server 2012
Source: SQL Server Books Online (link to source content)
E-book publication date: June 2012
Copyright © 2012 by Microsoft Corporation
All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means
without the written permission of the publisher.


Microsoft and the trademarks listed at
ut/legal/en/us/IntellectualProperty/Trademarks/EN- are trademarks of the
Microsoft group panies. All other marks are property of their respective owners.

The panies, organizations, products, domain names, email addresses, logos, people, places, and events
depicted herein are fictitious. No association with any pany, organization, product, domain name, email address,
logo, person, place, or event is intended or should be inferred.

This book expresses the author’s views and opinions. The information contained in this book is provided without any
express, statutory, or implied warranties. Neither the authors, Microsoft Corporation, nor its resellers, or distributors will
be held liable for any damages caused or alleged to be caused either directly or indirectly by this book.
Contents
Tutorial: Writing Transact-SQL State