語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Expert T-SQL window functions in SQL...
~
Kellenberger, Kathi.
FindBook
Google Book
Amazon
博客來
Expert T-SQL window functions in SQL Server 2019 = the hidden secret to fast analytic and reporting queries /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Expert T-SQL window functions in SQL Server 2019/ by Kathi Kellenberger, Clayton Groom, Ed Pollack.
其他題名:
the hidden secret to fast analytic and reporting queries /
作者:
Kellenberger, Kathi.
其他作者:
Groom, Clayton.
出版者:
Berkeley, CA :Apress : : 2019.,
面頁冊數:
xviii, 213 p. :ill., digital ;24 cm.
內容註:
1. Looking through the Window -- 2. Discovering Ranking Functions -- 3. Summarizing with Window Aggregates -- 4. Calculating Running and Moving Aggregates -- 5. Adding Frames to the Window -- 6. Taking a Peek at Another Row -- 7. Understanding Statistical Functions -- 8. Tuning for Better Performance -- 9. Hitting a Home Run with Gaps, Islands, and Streaks -- 10. Time Range Calculations -- 11. Time Trend Calculations.
Contained By:
Springer eBooks
標題:
SQL (Computer program language) -
電子資源:
https://doi.org/10.1007/978-1-4842-5197-3
ISBN:
9781484251973
Expert T-SQL window functions in SQL Server 2019 = the hidden secret to fast analytic and reporting queries /
Kellenberger, Kathi.
Expert T-SQL window functions in SQL Server 2019
the hidden secret to fast analytic and reporting queries /[electronic resource] :by Kathi Kellenberger, Clayton Groom, Ed Pollack. - 2nd ed. - Berkeley, CA :Apress :2019. - xviii, 213 p. :ill., digital ;24 cm.
1. Looking through the Window -- 2. Discovering Ranking Functions -- 3. Summarizing with Window Aggregates -- 4. Calculating Running and Moving Aggregates -- 5. Adding Frames to the Window -- 6. Taking a Peek at Another Row -- 7. Understanding Statistical Functions -- 8. Tuning for Better Performance -- 9. Hitting a Home Run with Gaps, Islands, and Streaks -- 10. Time Range Calculations -- 11. Time Trend Calculations.
Become an expert who can use window functions to solve T-SQL query problems. Replace slow cursors and self-joins with queries that are easy to write and perform better. This new edition provides expanded examples, including a chapter from the world of sports, and covers the latest performance enhancements through SQL Server 2019. Window functions are useful in analytics and business intelligence reporting. They came into full blossom with SQL Server 2012, yet they are not as well known and used as often as they ought to be. This group of functions is one of the most notable developments in SQL, and this book shows how every developer and DBA can benefit from their expressive power in solving day-to-day business problems. Once you begin using window functions, such as ROW_NUMBER and LAG, you will discover many ways to use them. You will approach SQL Server queries in a different way, thinking about sets of data instead of individual rows. Your queries will run faster, be easier to write, and easier to deconstruct, maintain, and enhance in the future. Just knowing and using these functions is not enough. You also need to understand how to tune the queries. Expert T-SQL Window Functions in SQL Server clearly explains how to get the best performance. The book also covers the rare cases when older techniques are the best bet. You will: Solve complex query problems without cumbersome self-joins that run slowly and are difficult to read Create sliding windows in a result set for computing such as running totals and moving averages Return aggregate and detail data simultaneously from the same SELECT statement Compute lag and lead and other values that access data from multiple rows in a result set Understand the OVER clause syntax and how to control the window Avoid framing errors that can lead to unexpected results.
ISBN: 9781484251973
Standard No.: 10.1007/978-1-4842-5197-3doiSubjects--Uniform Titles:
SQL server.
Subjects--Topical Terms:
606987
SQL (Computer program language)
LC Class. No.: QA76.73.S67 / K455 2019
Dewey Class. No.: 005.756
Expert T-SQL window functions in SQL Server 2019 = the hidden secret to fast analytic and reporting queries /
LDR
:03391nmm a2200349 a 4500
001
2219138
003
DE-He213
005
20200203104425.0
006
m d
007
cr nn 008maaau
008
201126s2019 cau s 0 eng d
020
$a
9781484251973
$q
(electronic bk.)
020
$a
9781484251966
$q
(paper)
024
7
$a
10.1007/978-1-4842-5197-3
$2
doi
035
$a
978-1-4842-5197-3
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.S67
$b
K455 2019
072
7
$a
UN
$2
bicssc
072
7
$a
COM021000
$2
bisacsh
072
7
$a
UN
$2
thema
072
7
$a
UMT
$2
thema
082
0 4
$a
005.756
$2
23
090
$a
QA76.73.S67
$b
K29 2019
100
1
$a
Kellenberger, Kathi.
$3
1620819
245
1 0
$a
Expert T-SQL window functions in SQL Server 2019
$h
[electronic resource] :
$b
the hidden secret to fast analytic and reporting queries /
$c
by Kathi Kellenberger, Clayton Groom, Ed Pollack.
250
$a
2nd ed.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2019.
300
$a
xviii, 213 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1. Looking through the Window -- 2. Discovering Ranking Functions -- 3. Summarizing with Window Aggregates -- 4. Calculating Running and Moving Aggregates -- 5. Adding Frames to the Window -- 6. Taking a Peek at Another Row -- 7. Understanding Statistical Functions -- 8. Tuning for Better Performance -- 9. Hitting a Home Run with Gaps, Islands, and Streaks -- 10. Time Range Calculations -- 11. Time Trend Calculations.
520
$a
Become an expert who can use window functions to solve T-SQL query problems. Replace slow cursors and self-joins with queries that are easy to write and perform better. This new edition provides expanded examples, including a chapter from the world of sports, and covers the latest performance enhancements through SQL Server 2019. Window functions are useful in analytics and business intelligence reporting. They came into full blossom with SQL Server 2012, yet they are not as well known and used as often as they ought to be. This group of functions is one of the most notable developments in SQL, and this book shows how every developer and DBA can benefit from their expressive power in solving day-to-day business problems. Once you begin using window functions, such as ROW_NUMBER and LAG, you will discover many ways to use them. You will approach SQL Server queries in a different way, thinking about sets of data instead of individual rows. Your queries will run faster, be easier to write, and easier to deconstruct, maintain, and enhance in the future. Just knowing and using these functions is not enough. You also need to understand how to tune the queries. Expert T-SQL Window Functions in SQL Server clearly explains how to get the best performance. The book also covers the rare cases when older techniques are the best bet. You will: Solve complex query problems without cumbersome self-joins that run slowly and are difficult to read Create sliding windows in a result set for computing such as running totals and moving averages Return aggregate and detail data simultaneously from the same SELECT statement Compute lag and lead and other values that access data from multiple rows in a result set Understand the OVER clause syntax and how to control the window Avoid framing errors that can lead to unexpected results.
630
0 0
$a
SQL server.
$3
542688
650
0
$a
SQL (Computer program language)
$3
606987
650
1 4
$a
Database Management.
$3
891010
650
2 4
$a
Programming Languages, Compilers, Interpreters.
$3
891123
650
2 4
$a
Microsoft and .NET.
$3
3134847
700
1
$a
Groom, Clayton.
$3
2139742
700
1
$a
Pollack, Ed.
$3
2192001
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer eBooks
856
4 0
$u
https://doi.org/10.1007/978-1-4842-5197-3
950
$a
Professional and Applied Computing (Springer-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9393997
電子資源
11.線上閱覽_V
電子書
EB QA76.73.S67 K455 2019
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入