1. Trang chủ
  2. » Công Nghệ Thông Tin

Tài liệu Beginning SQL docx

522 963 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

[...]... created a standard for SQL Although this has helped minimize differences between the various SQL dialects, there are still differences between them The following table gives a brief summary of the various standards and updates to those standards Year Name Also Known As Changes 1986 SQL- 86 SQL- 87 (date when adopted by ISO) First publication of the ANSI/ISO standard 1989 SQL- 89 1992 SQL- 92 SQL2 Major update... is! Most modern database systems allow you to execute changes via a user-friendly interface without a single line of SQL Introducing SQL Queries SQL queries are the most common use of SQL A SQL sublanguage called Data Manipulation Language (DML) deals with queries and data manipulation SQL allows you to pose a query (basically a question) 11 Chapter 1 to the database, and the database then provides the... SQL The SQL language is actually fairly easy to read The actual SQL could look like this: SELECT * FROM SalesMade WHERE SaleDate = “July 2005” AND SalesOffice = “New York” The asterisk simply means return the data from all the fields in the record You learn a lot more about how the SQL SELECT statement works in Chapter 3 Understanding SQL Standards As with databases, IBM did a lot of the original SQL. .. 2 2 2 3 4 4 5 5 Chapter 1: Introduction to SQL 7 A Brief History of Databases 7 Identifying Databases Why and When to Use a Database Database Management Systems Used in This Book Structured Query Language (SQL) Introducing SQL Queries Comparing SQL to Other Programming Languages Understanding SQL Standards Database Creation Organizing a Relational Database SQL Syntax Creating a Database Understanding... and still the most widely supported standard 1999 SQL- 99 SQL3 Update of the 1992 standard adding new ways of selecting data and new rules on data integrity and introducing object orientation 2003 SQL- 2003 Only small revision of the original standard Introduced XML support and fields with autogenerated values This book concentrates on SQL- 92, SQL- 99, and SQL- 2003 because most of their features have been... the CarSoldDate is between the first and thirty-first of May 2005 Lots of SQL code like that above is covered in Chapter 3’s discussion of statements, clauses, and conditions Comparing SQL to Other Programming Languages Now that you know what SQL can be used for, you can compare it to other programming languages To be honest, SQL is quite different from the procedural languages such as C++, Visual Basic,... the foundations for understanding databases and SQL The aim in this first part is to get you up to speed on all the essential details These chapters take you through the following: ❑ ❑ Writing SQL code ❑ Good database design ❑ Creating a database ❑ Entering, updating, and deleting data using SQL ❑ 2 The essentials of database theory Extracting data using SQL — more specifically, how to answer the sort... book’s title; yet another could be the author’s name For this book, the fields would contain 2005 for the Year Published field, Beginning SQL for the Title field, and Paul Wilton and John Colby for the Author field All these fields refer to one specific thing, a book called Beginning SQL Collectively these fields are known as a record Each book has its own record, and all the records are stored collectively... into practice I use databases and SQL most days in my programming, and I hope to bring that real-world experience to this book Who This Book Is For This book starts right from the basics with databases and SQL Prior database or SQL knowledge is not necessary, as this book covers everything from database design to creating your first database and understanding how the SQL language is used with databases... 45 45 47 48 49 50 51 53 53 55 56 56 62 62 65 66 66 70 73 Ordering Results with ORDER BY 75 Joining Columns — Concatenation 82 MS SQL Server and MS Access Oracle and IBM DB2 MySQL 82 85 88 Selecting Data from More Than One Table Using Brackets around Inner Joins in MS Access SQL Is Set-Based Introducing NULL Data Summary Exercises x 90 100 102 113 115 116 Contents Chapter 4: Advanced Database Design Normalization . alt="" Beginning SQL Paul Wilton and John W. Colby 01_577328 ffirs.qxd 1/28/05 11:22 PM Page iii 01_577328 ffirs.qxd 1/28/05 11:22 PM Page ii Beginning SQL 01_577328. 1/28/05 11:22 PM Page ii Beginning SQL Paul Wilton and John W. Colby 01_577328 ffirs.qxd 1/28/05 11:22 PM Page iii Beginning SQL Published by Wiley Publishing,

Ngày đăng: 14/02/2014, 03:20

Xem thêm: Tài liệu Beginning SQL docx

Mục lục

    Who This Book Is For

    What This Book Covers

    How This Book Is Structured

    What You Need to Use This Book

    Chapter 1: Introduction to SQL

    A Brief History of Databases

    Why and When to Use a Database

    Database Management Systems Used in This Book

    Structured Query Language (SQL)

    Comparing SQL to Other Programming Languages

TÀI LIỆU CÙNG NGƯỜI DÙNG

TÀI LIỆU LIÊN QUAN

w