Transact-SQL Cookbook
Ales Spetic, Jonathan Gennick
- 出版商: O'Reilly Media
- 出版日期: 2002-03-29
- 售價: $1,380
- 貴賓價: 9.5 折 $1,311
- 語言: 英文
- 頁數: 304
- 裝訂: Paperback
- ISBN: 1565927567
- ISBN-13: 9781565927568
-
相關分類:
SQL、MSSQL
立即出貨 (庫存=1)
買這商品的人也買了...
-
$2,301$2,186Data Mining: Concepts and Techniques
-
$980$784C++ Primer, 3/e 中文版
-
$990$970Introduction to Algorithms, 2/e
-
$550$448物件導向設計模式-可再利用物件導向軟體之要素(精裝典藏版) (Design Patterns: Elements of Reusable Object-Oriented Software)
-
$1,150$1,127Digital Image Processing, 2/e(IE)(美國版ISBN:0201180758)
-
$580$493從 ERP、SCM、CRM 到電子商務
-
$720$576SQL 語法查詢百科 (SQL Fundamentals, 2/e)
-
$1,892$1,797SQL: The Complete Reference, 2/e
-
$2,068$1,965Programming the Microsoft Windows Driver Model, 2/e (Paperback)
-
$690$587C++ Builder 6 完全攻略
-
$280$218學 UML 的第1本書
-
$590$502ASP.NET 程式設計徹底研究
-
$680$578SQL 程式設計徹底研究 2/e (Joe Celko's SQL for Smarties: Advanced SQL Programming, 2/e)
-
$750$638鳥哥的 Linux 私房菜-伺服器架設篇
-
$560$476鳥哥的 Linux 私房菜─基礎學習篇增訂版
-
$1,400$1,330SQL Tuning (Paperback)
-
$780$702C 程式設計藝術 (C How to Program, 4/e)
-
$620$496Word 排版藝術
-
$890$757Windows CE.NET 程式設計 (Programming Microsoft Windows CE .Net, 3/e)
-
$450$351簡報王-圖解式簡報展現企劃提案
-
$650$507PMP 專案管理認證指南 (PMP: Project Management Professional Study Guide, 2/e)
-
$650$507ASP.NET 2.0 深度剖析範例集
-
$750$600Visual C# 2005 程式開發與介面設計秘訣
-
$450$360Ajax 技術手冊 (Foundations of Ajax)
-
$780$616Ajax 快速上手 (Head Rush Ajax)
商品描述
This unique cookbook contains a wealth of solutions to problems that SQL
programmers face all the time. The recipes inside range from how to perform
simple tasks, like importing external data, to ways of handling issues that are
more complicated, like set algebra. Authors Ales Spetic and Jonathan Gennick,
two authorities with extensive database and SQL programming experience, include
a discussion with each recipe to explain the logic and concepts underlying the
solution.
SQL (Structured Query Language) is the closest thing to a standard query language that currently exists, and Transact-SQL -- a full-featured programming language that dramatically extends the power of SQL -- is the procedural language of choice for both Microsoft SQL Server and Sybase SQL Server systems. The Transact-SQL Cookbook is designed so you can use the recipes directly, as a source of ideas, or as a way to learn a little more about SQL and what you can do with it. Topics covered include:
SQL (Structured Query Language) is the closest thing to a standard query language that currently exists, and Transact-SQL -- a full-featured programming language that dramatically extends the power of SQL -- is the procedural language of choice for both Microsoft SQL Server and Sybase SQL Server systems. The Transact-SQL Cookbook is designed so you can use the recipes directly, as a source of ideas, or as a way to learn a little more about SQL and what you can do with it. Topics covered include:
- Audit logging. In addition to recipes for implementing an audit
log, this chapter also includes recipes for: improving performance where large
log tables are involved; supporting multiple-languages; and simulating server
push.
- Hierarchies. Recipes show you how to manipulate hierarchical
data using Transact-SQL.
- Importing data. This chapter introduces concepts like
normalization and recipes useful for working with imported data tables.
- Sets. Recipes demonstrate different operations, such as how to
find common elements, summarize the data in a set, and find the element in a
set that represents an extreme.
- Statistics. This chapter?s recipes show you how to effectively
use SQL for common statistical operations from means and standard deviations
to weighted moving averages.
- Temporal data. Recipes demonstrate how to construct queries
against time-based data.
- Data Structures. This chapter shows how to manipulate data
structures like stacks, queues, matrices, and arrays.
With an abundance of recipes to help you get your job done more
efficiently, the Transact-SQL Cookbook is sure to become an essential
part of your library.
Table of Contents
Preface
1. Pivot Tables
2. Sets
3. Data Structures
4. Hierarchies in SQL
5. Temporal Data
6. Audit Logging
7. Importing and Transforming Data
8. Statistics in SQL
Appendix: The T-Distribution Table
Index