SQL Power!: The Comprehensive Guide

Kenneth Hess

  • 出版商: Course Technology
  • 出版日期: 2006-06-16
  • 定價: $1,360
  • 售價: 8.0$1,088
  • 語言: 英文
  • 頁數: 488
  • 裝訂: Paperback
  • ISBN: 1598632124
  • ISBN-13: 9781598632125
  • 相關分類: SQL
  • 立即出貨(限量) (庫存=2)

買這商品的人也買了...

商品描述

Description

If you’re an aspiring database administrator, you need to learn SQL quickly to advance in your career. SQL Power! The Comprehensive Guide provides just the data you need to go from novice to master by immersing you in real-life database design, implementation, and administration situations. The book is equally useful for those already experienced with databases and SQL who want to increase their knowledge without having to sift through a tome. Beginning with an overview of SQL and the concept of relational databases, the book goes on to cover all the major topics, including tables, primary keys, relationships, foreign keys, MySQL, and database software, as well as the data definition, data manipulation, and data control languages. Later chapters cover higher-level topics such as advanced queries, virtual tables, normalization, and embedded SQL. The book’s examples build upon one another, with end-ofchapter exercises that test your knowledge as you go. All of the source code used in the book is available for download at www.courseptr.com/downloads.

 

Features

    • Written for IT professionals, consultants, database administrators, and other people working with relational databases.
    • Serves as a comprehensive reference guide to the SQL programming language.
    • Covers the most up-to-date standards of the SQL language.
    • End-of-chapter projects encourage readers to program own their own using the new skills they have learned.

 

Table of Contents

Chapter 1: SQL: The Language
Chapter 2: Relational Databases
Chapter 3: Database Software
Chapter 4: Data Definition Language
Chapter 5: MySQL
Chapter 6: Data Manipulation Language
Chapter 7: Data Control Language
Chapter 8: Advanced Queries
Chapter 9: Views
Chapter 10: SQL Optimization
Chapter 11: Normalization
Chapter 12: Embedded SQL
Chapter 13: Stored Procedures
Chapter 14: Data Warehousing
Appendix A: Database Administrator Utilities
Appendix B: MySQL Maintenance
Appendix C: MySQL Installation
Appendix D: Orca Installation
Appendix E: PHP Installation
Appendix F: Functions
Appendix G: Chapter Review Answers