T-SQL Window Functions: For data analysis and beyond: Developer Reference
Autor Itzik Ben-Ganen Limba Engleză Paperback – 4 noi 2019
Use window functions to write simpler, better, more efficient T-SQL queries Most T-SQL developers recognize the value of window functions for data analysis calculations. But they can do far more, and recent optimizations make them even more powerful. In T-SQL Window Functions, renowned T-SQL expert Itzik Ben-Gan introduces breakthrough techniques for using them to handle many common T-SQL querying tasks with unprecedented elegance and power.
Using extensive code examples, he guides you through window aggregate, ranking, distribution, offset, and ordered set functions. You'll find a detailed section on optimization, plus an extensive collection of business solutions - including novel techniques available in no other book. Microsoft MVP Itzik Ben-Gan shows how to: * Use window functions to improve queries you previously built with predicates * Master essential SQL windowing concepts, and efficiently design window functions * Effectively utilize partitioning, ordering, and framing * Gain practical in-depth insight into window aggregate, ranking, offset, and statistical functions * Understand how the SQL standard supports ordered set functions, and find working solutions for functions not yet available in the language * Preview advanced Row Pattern Recognition (RPR) data analysis techniques * Optimize window functions in SQL Server and Azure SQL Database, making the most of indexing, parallelism, and more * Discover a full library of window function solutions for common business problems About This Book * For developers, DBAs, data analysts, data scientists, BI professionals, and power users familiar with T-SQL queries * Addresses any edition of the SQL Server 2019 database engine or later, as well as Azure SQL Database Get all code samples at: MicrosoftPressStore.com/TSQLWindowFunctions/downloads
Din seria Developer Reference
- 20%
Preț: 251.16 lei - 20%
Preț: 252.43 lei - 20%
Preț: 301.43 lei - 20%
Preț: 306.53 lei - 20%
Preț: 200.64 lei - 20%
Preț: 254.19 lei - 20%
Preț: 311.33 lei - 20%
Preț: 191.69 lei - 20%
Preț: 261.72 lei - 20%
Preț: 241.34 lei - 20%
Preț: 286.22 lei - 20%
Preț: 307.05 lei - 20%
Preț: 251.46 lei - 20%
Preț: 303.12 lei - 20%
Preț: 271.53 lei
Preț: 200.14 lei
Preț vechi: 250.18 lei
-20% Nou
35.41€ • 41.25$ • 30.92£
Carte disponibilă
Livrare economică 29 decembrie 25 - 12 ianuarie 26
Livrare express 12-18 decembrie pentru 35.70 lei
Specificații
ISBN-10: 0135861446
Pagini: 352
Dimensiuni: 187 x 232 x 20 mm
Greutate: 0.64 kg
Ediția:2. Auflage
Editura: Microsoft Press
Seria Developer Reference
Notă biografică
Cuprins
- Chapter 01: SQL Windowing
- Chapter 02: A Detailed Look at Window Functions
- Chapter 03: Ordered Set Functions
- Chapter 04: Row Pattern Recognition in SQL
- Chapter 05: Optimization of Window Functions
- Chapter 06: T-SQL Solutions using Window Functions