SQL: Practical Guide for Developers

Michael J. Donahoo, Gregory D. Speegle

  • 出版商: Morgan Kaufmann
  • 出版日期: 2005-03-01
  • 售價: $741
  • 語言: 英文
  • 頁數: 272
  • 裝訂: Paperback
  • ISBN: 0122205316
  • ISBN-13: 9780122205316
  • 相關分類: SQL
  • 下單後立即進貨 (約5~7天)

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

商品描述

Description:

Would the basics of SQL querying be useful to you, but you don’t want to start at the very beginning? Do you wish you had an easy way to ramp up quickly to get a basic understanding of key features and capability? Then you need this book! Without a ton of conceptual information or general programming basics you already know, this book is a quick guide for computing professionals and programmers to learn the basics--and more--in an easily digestible way.

 

Table of Contents:

Chapter 1: Databasics • Chapter 2: Single Table Retrieval • Chapter 3: Taming Tables • Chapter 4: Aggregating Results • Chapter 5: Multiple Table Queries using Simple Subqueries • Chapter 6: Multiple Table Queries Using Joins • Chapter 7: Set Based Queries • Chapter 8: Advanced Subqueries • Chapter 9: Creating a Database • Chapter 10: Database Data • Chapter 11: Transaction Management • Chapter 12: Authorization • Chapter 13: Advanced Topics • Chapter 14: SQL Programming