Wiley 978-0-470-25703-6 Arkusz Danych

Przeglądaj online lub pobierz Arkusz Danych dla Podręczniki do oprogramowania Wiley 978-0-470-25703-6. Wiley Beginning T-SQL with Microsoft SQL Server 2005 and 2008 Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 22
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 0
1
Introducing T - SQL and Data
Management Systems
This first chapter introduces you to some of the fundamentals of the design and architecture of
relational databases and presents a brief description of SQL as a language. If you are new to SQL
and database technologies, this chapter will provide a foundation to help ensure the rest of the
book is as useful as possible. If you are already comfortable with the concepts of relational
databases and Microsoft s implementation, you might want to skip ahead to Chapter 2 ,
SQL Server Fundamentals, or Chapter 3 , SQL Server Tools. Both of these chapters introduce
the features and tools in SQL Server 2005 and 2008 and discuss how they are used to write T - SQL.
T - SQL Language
I have mentioned to my colleagues and anyone else who might have been listening that one
day I was going to write a version of Parker Brother s Trivial Pursuit entitled “ Trivial Pursuit:
Geek Edition. This section gives you some background on the T - SQL language and provides the
information you need to get the orange history wedge on the topic of “ Database History ” in Trivial
Pursuit: Geek Edition.
T - SQL is Microsoft s implementation of a standard established by the American National
Standards Institute (ANSI) for the Structured Query Language (SQL). SQL was first developed by
researchers at IBM. They called their first pre - release version of SQL “ SEQUEL, ” which is a
pseudo - acronym for S tructured E nglish QUE ry L anguage. The first release version was renamed
to SQL, dropping the English part but retaining the pronunciation to identify it with its
predecessor. As of the release of SQL Server 2008, several implementations of SQL by different
stakeholders are in the database marketplace. As you sojourn through the sometimes mystifying
lands of database technology you will undoubtedly encounter these different varieties of SQL.
What makes them all similar is the ANSI standard to which IBM, more than any other vendor,
adheres to with tenacious rigidity. However, what makes the many implementations of SQL
different are the customized programming objects and extensions to the language that make it
unique to that particular platform.
CH001.indd 1CH001.indd 1 3/26/10 11:35:32 AM3/26/10 11:35:32 AM
COPYRIGHTED MATERIAL
Przeglądanie stron 0
1 2 3 4 5 6 ... 21 22

Podsumowanie treści

Strona 1 - COPYRIGHTED MATERIAL

1 Introducing T - SQL and Data Management Systems This first chapter intr

Strona 2

10Chapter 1: Introducing T-SQL and Data Management Systems Data Type Storage Description smallmoney 4 bytes Bill Ga

Strona 3 - Kiss T - SQL Goodbye?

11Chapter 1: Introducing T-SQL and Data Management Systems Data Type Storage Description * datetimeoffset 10 bytes The datet

Strona 4

12Chapter 1: Introducing T-SQL and Data Management Systems Data Type Storage Description text 1 byte per character. Max

Strona 5 - Management System

13Chapter 1: Introducing T-SQL and Data Management Systems Data Type Storage Description varbinary Up to 2,147,483,647 b

Strona 6 - Primary Keys

14Chapter 1: Introducing T-SQL and Data Management Systems SQL Server supports additional data types, listed in the following table, that can be used

Strona 7

15Chapter 1: Introducing T-SQL and Data Management Systems As a practical example, you can revisit the employee example. When your employee sells a pr

Strona 8 - Data Types

16Chapter 1: Introducing T-SQL and Data Management Systems Relationships can be defined as follows: One - to - zero or more One - to - one or

Strona 9

17Chapter 1: Introducing T-SQL and Data Management Systems RDBMS and Data Integrity An RDBMS is designed to maintain data integrity in a transacti

Strona 10

18Chapter 1: Introducing T-SQL and Data Management Systems SQL Server utilizes six lock types, or more accurately, six resource lock modes: Shared

Strona 11

19Chapter 1: Introducing T-SQL and Data Management Systems “ Transaction ## was deadlocked on x resources with another process and has been chosen a

Strona 12

2Chapter 1: Introducing T-SQL and Data Management Systems Microsoft SQL Server 2008 implements the 2003 ANSI standard. The term “ implements ” is of

Strona 13

20Chapter 1: Introducing T-SQL and Data Management SystemsBulk Update Locks A bulk update lock on a table allows multiple bulk load threads to load d

Strona 14 - Relationships

21Chapter 1: Introducing T-SQL and Data Management Systems The query language of Oracle is known as Procedure Language/Structured Query Language (PL/S

Strona 15

22Chapter 1: Introducing T-SQL and Data Management Systems The Jet Database Engine was designed in 1992. Jet is a simple and efficient storage system

Strona 16

3Chapter 1: Introducing T-SQL and Data Management Systemsthe system, the number of transactions and code executions increased exponentially. It wasn ’

Strona 17 - RDBMS and Data Integrity

4Chapter 1: Introducing T-SQL and Data Management Systems So with the introduction of LINQ in SQL Server 2008 and CLR integration in SQL Server 2005,

Strona 18 - Update Locks

5Chapter 1: Introducing T-SQL and Data Management SystemsBecause ODBMS applications store objects instead of related entities, they make the system ve

Strona 19 - Schema Locks

6Chapter 1: Introducing T-SQL and Data Management Systems The data in the table would look something like that shown in Figure 1 - 2 . Figure 1-1Fi

Strona 20 - Microsoft SQL Server

7Chapter 1: Introducing T-SQL and Data Management Systems With the EmployeeKey column, you have an efficient, easy - to - manage primary key. Each ta

Strona 21 - Microsoft Access (Jet)

8Chapter 1: Introducing T-SQL and Data Management Systems Table Columns As previously described, a table is a set of rows and columns used to repres

Strona 22 - Summary

9Chapter 1: Introducing T-SQL and Data Management Systems Data Type Storage Description Integers Note: Signed inte

Komentarze do niniejszej Instrukcji

Brak uwag