語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Practical Oracle SQL = Mastering the...
~
Berg Hansen, Kim.
Practical Oracle SQL = Mastering the Full Power of Oracle Database /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Practical Oracle SQL/ by Kim Berg Hansen.
其他題名:
Mastering the Full Power of Oracle Database /
作者:
Berg Hansen, Kim.
面頁冊數:
XXIII, 460 p. 72 illus.online resource. :
Contained By:
Springer Nature eBook
標題:
Database Management. -
電子資源:
https://doi.org/10.1007/978-1-4842-5617-6
ISBN:
9781484256176
Practical Oracle SQL = Mastering the Full Power of Oracle Database /
Berg Hansen, Kim.
Practical Oracle SQL
Mastering the Full Power of Oracle Database /[electronic resource] :by Kim Berg Hansen. - 1st ed. 2020. - XXIII, 460 p. 72 illus.online resource.
Part I. Core SQL -- 1. Correlating Inline Views -- 2. Pitfalls of Set Operations -- 3. Divide and Conquer with Subquery Factoring -- 4. Tree Calculations with Recursion -- 5. Functions Defined Within SQL -- 6. Iterative Calculations with Multidimensional Data -- 7. Unpivoting Columns to Rows -- 8. Pivoting Rows to Columns -- 9. Splitting Delimited Text -- 10. Creating Delimited Text -- Part II. Analytic Functions -- 11. Analytic Partitions, Ordering and Windows -- 12. Answering Top-N Questions -- 13. Ordered Subsets with Rolling Sums -- 14. Analyzing Activity Logs with Lead -- 15. Forecasting with Linear Regression -- 16. Rolling Sums to Forecast Reaching Minimums -- Part III. Row Pattern Matching -- 17. Up and Down Patterns -- 18. Grouping Data Through Patterns -- 19. Merging Date Ranges -- 20. Finding Abnormal Peaks -- 21. Bin Fitting -- 22. Counting Children in Trees.
Write powerful queries using as much of the feature-rich Oracle SQL language as possible, progressing beyond the simple queries of basic SQL as standardized in SQL-92. Both standard SQL and Oracle’s own extensions to the language have progressed far over the decades in terms of how much you can work with your data in a single, albeit sometimes complex, SQL statement. If you already know the basics of SQL, this book provides many examples of how to write even more advanced SQL to huge benefit in your applications, such as: Pivoting rows to columns and columns to rows Recursion in SQL with MODEL and WITH clauses Answering Top-N questions Forecasting with linear regressions Row pattern matching to group or distribute rows Using MATCH_RECOGNIZE as a row processing engine The process of starting from simpler statements in SQL, and gradually working those statements stepwise into more complex statements that deliver powerful results, is covered in each example. By trying out the recipes and examples for yourself, you will put together the building blocks into powerful SQL statements that will make your application run circles around your competitors. You will: Take full advantage of advanced and modern features in Oracle SQL Recognize when modern SQL constructs can help create better applications Improve SQL query building skills through stepwise refinement Apply set-based thinking to process more data in fewer queries Make cross-row calculations with analytic functions Search for patterns across multiple rows using row pattern matching Break complex calculations into smaller steps with subquery factoring.
ISBN: 9781484256176
Standard No.: 10.1007/978-1-4842-5617-6doiSubjects--Topical Terms:
669820
Database Management.
LC Class. No.: QA76.9.D3
Dewey Class. No.: 005.74
Practical Oracle SQL = Mastering the Full Power of Oracle Database /
LDR
:03842nam a22003975i 4500
001
1024933
003
DE-He213
005
20200630145639.0
007
cr nn 008mamaa
008
210318s2020 xxu| s |||| 0|eng d
020
$a
9781484256176
$9
978-1-4842-5617-6
024
7
$a
10.1007/978-1-4842-5617-6
$2
doi
035
$a
978-1-4842-5617-6
050
4
$a
QA76.9.D3
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.74
$2
23
100
1
$a
Berg Hansen, Kim.
$e
author.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1321140
245
1 0
$a
Practical Oracle SQL
$h
[electronic resource] :
$b
Mastering the Full Power of Oracle Database /
$c
by Kim Berg Hansen.
250
$a
1st ed. 2020.
264
1
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2020.
300
$a
XXIII, 460 p. 72 illus.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
505
0
$a
Part I. Core SQL -- 1. Correlating Inline Views -- 2. Pitfalls of Set Operations -- 3. Divide and Conquer with Subquery Factoring -- 4. Tree Calculations with Recursion -- 5. Functions Defined Within SQL -- 6. Iterative Calculations with Multidimensional Data -- 7. Unpivoting Columns to Rows -- 8. Pivoting Rows to Columns -- 9. Splitting Delimited Text -- 10. Creating Delimited Text -- Part II. Analytic Functions -- 11. Analytic Partitions, Ordering and Windows -- 12. Answering Top-N Questions -- 13. Ordered Subsets with Rolling Sums -- 14. Analyzing Activity Logs with Lead -- 15. Forecasting with Linear Regression -- 16. Rolling Sums to Forecast Reaching Minimums -- Part III. Row Pattern Matching -- 17. Up and Down Patterns -- 18. Grouping Data Through Patterns -- 19. Merging Date Ranges -- 20. Finding Abnormal Peaks -- 21. Bin Fitting -- 22. Counting Children in Trees.
520
$a
Write powerful queries using as much of the feature-rich Oracle SQL language as possible, progressing beyond the simple queries of basic SQL as standardized in SQL-92. Both standard SQL and Oracle’s own extensions to the language have progressed far over the decades in terms of how much you can work with your data in a single, albeit sometimes complex, SQL statement. If you already know the basics of SQL, this book provides many examples of how to write even more advanced SQL to huge benefit in your applications, such as: Pivoting rows to columns and columns to rows Recursion in SQL with MODEL and WITH clauses Answering Top-N questions Forecasting with linear regressions Row pattern matching to group or distribute rows Using MATCH_RECOGNIZE as a row processing engine The process of starting from simpler statements in SQL, and gradually working those statements stepwise into more complex statements that deliver powerful results, is covered in each example. By trying out the recipes and examples for yourself, you will put together the building blocks into powerful SQL statements that will make your application run circles around your competitors. You will: Take full advantage of advanced and modern features in Oracle SQL Recognize when modern SQL constructs can help create better applications Improve SQL query building skills through stepwise refinement Apply set-based thinking to process more data in fewer queries Make cross-row calculations with analytic functions Search for patterns across multiple rows using row pattern matching Break complex calculations into smaller steps with subquery factoring.
650
1 4
$a
Database Management.
$3
669820
650
0
$a
Database management.
$3
557799
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9781484256169
776
0 8
$i
Printed edition:
$z
9781484256183
856
4 0
$u
https://doi.org/10.1007/978-1-4842-5617-6
912
$a
ZDB-2-CWD
912
$a
ZDB-2-SXPC
950
$a
Professional and Applied Computing (SpringerNature-12059)
950
$a
Professional and Applied Computing (R0) (SpringerNature-43716)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入