Cargando…

Oracle SQL revealed : executing business logic in the database engine /

Write queries using little-known, but powerful, SQL features implemented in Oracle's database engine. You will be able to take advantage of Oracle's power in implementing business logic, thereby maximizing return from your company's investment in Oracle Database products. Important fe...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Reprintsev, Alex (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [United States] : Apress, 2018.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1031090404
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 180412s2018 xxu ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d GW5XE  |d EBLCP  |d YDX  |d OCLCF  |d AZU  |d UMI  |d COO  |d STF  |d UPM  |d UAB  |d OCLCQ  |d TOH  |d CEF  |d VT2  |d U3W  |d OCLCQ  |d DEBBG  |d SNK  |d YOU  |d WYU  |d OCLCO  |d A6Q  |d G3B  |d LVT  |d C6I  |d K6U  |d OCLCQ  |d UKMGB  |d CAUOI  |d D6H  |d MERER  |d LIV  |d LEAUB  |d OCLCQ  |d ESU  |d AU@  |d OCLCQ  |d LQU  |d FVL  |d OCLCQ  |d OCLCO  |d ADU  |d UHL  |d LEATE  |d UKAHL  |d OCLCQ  |d BRF  |d OCLCQ  |d NLW  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB8O3782  |2 bnb 
016 7 |a 019183806  |2 Uk 
019 |a 1031343191  |a 1031364091  |a 1034547255  |a 1035423266  |a 1038444597  |a 1048149133  |a 1066508176  |a 1066691203  |a 1081287673  |a 1086550800  |a 1103251113  |a 1105195788  |a 1105723763  |a 1113290903  |a 1113756727  |a 1122818609  |a 1129358087 
020 |a 9781484233726  |q (electronic bk.) 
020 |a 1484233727  |q (electronic bk.) 
020 |z 9781484233719 
020 |z 1484233719 
024 7 |a 10.1007/978-1-4842-3372-6  |2 doi 
027 |a SPRINTER 
029 1 |a AU@  |b 000063566681 
029 1 |a AU@  |b 000066179355 
029 1 |a AU@  |b 000067499075 
029 1 |a CHNEW  |b 001063392 
029 1 |a CHVBK  |b 575139528 
029 1 |a UKMGB  |b 019183806 
035 |a (OCoLC)1031090404  |z (OCoLC)1031343191  |z (OCoLC)1031364091  |z (OCoLC)1034547255  |z (OCoLC)1035423266  |z (OCoLC)1038444597  |z (OCoLC)1048149133  |z (OCoLC)1066508176  |z (OCoLC)1066691203  |z (OCoLC)1081287673  |z (OCoLC)1086550800  |z (OCoLC)1103251113  |z (OCoLC)1105195788  |z (OCoLC)1105723763  |z (OCoLC)1113290903  |z (OCoLC)1113756727  |z (OCoLC)1122818609  |z (OCoLC)1129358087 
037 |a CL0500000963  |b Safari Books Online 
050 4 |a QA76.73.S67 
072 7 |a COM  |x 051000  |2 bisacsh 
072 7 |a UN  |2 bicssc 
072 7 |a UMT  |2 bicssc 
082 0 4 |a 005.756  |2 23 
049 |a UAMI 
100 1 |a Reprintsev, Alex,  |e author. 
245 1 0 |a Oracle SQL revealed :  |b executing business logic in the database engine /  |c Alex Reprintsev. 
264 1 |a [United States] :  |b Apress,  |c 2018. 
264 4 |c Ã2018 
300 |a 1 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 
347 |b PDF 
504 |a Includes bibliographical references and index. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed April 16, 2018). 
505 0 |a Intro; Table of Contents; About the Author; Introduction; Part I: Features and Theory; Chapter 1: Joins; ANSI Joins; Other Types of Joins; Oracle-Specific Syntax; ANSI vs. Oracle Native Syntax; Limitation of the Oracle Native Syntax; Unnesting Collections; Correlated Inline Views and Subqueries; ANSI to Native Transformation; Clearness and Readability; Mixing Syntax; Controlling Execution Plan; Limitations of ANSI; Summary; Chapter 2: Query Transformations; Summary; Chapter 3: Analytic Functions; Differences and Interchangeability of Functions; Summary; Chapter 4: Aggregate Functions. 
505 8 |a Pivot and Unpivot OperatorsCube, Rollup, Grouping Sets; Summary; Chapter 5: Hierarchical Queries: Connect by; Pseudocolumn Generation in Detail; Summary; Chapter 6: Recursive Subquery Factoring; Traversing Hierarchies; Once Again About Cycles; Limitations of the Current Implementation; Summary; Chapter 7: Model; Brief Analysis of the Performance; Model Parallel Execution; Summary; Chapter 8: Row Pattern Matching: match_recognize; Summary; Chapter 9: Logical Execution Order of Query Clauses; Summary; Chapter 10: Turing Completeness; Summary; Part II: PL/SQL and SQL solutions. 
505 8 |a Chapter 11: When PL/SQL Is Better Than Vanilla SQLSpecifics of Analytic Functions; Fetch Termination; Avoiding Multiple Sorts; Iterative-Like Computations; When There Is No Effective Built-In Access Method; Problems of a Combinatorial Nature; Specifics of Joins and Subqueries; Specifics of Joins; Limitations of the Subqueries; Summary; Chapter 12: Solving SQL Quizzes; Converting into Decimal Numeral System; Solution; Connected Components; Solution; Ordering Dependencies; Solution; Percentile with Shift; Solution; N Consequent 1s; Solution; Next Value; Solution; Next Branch; Solution. 
505 8 |a Random SubsetSolution; Covering Ranges; Solution; Zeckendorf Representation; Solution; Top Paths; Solution; Resemblance Group; Solution; Baskets; Solution; Longest Increasing Subsequence; Solution; Quine; Solution; Summary; Appendix A: Useful Oracle Links; Index. 
520 |a Write queries using little-known, but powerful, SQL features implemented in Oracle's database engine. You will be able to take advantage of Oracle's power in implementing business logic, thereby maximizing return from your company's investment in Oracle Database products. Important features and aspects of SQL covered in this book include the model clause, row pattern matching, analytic and aggregate functions, and recursive subquery factoring, just to name a few. The focus is on implementing business logic in pure SQL, with a comparison of different approaches that can be used to write SELECT statements to return results that drive good decision making and competitive action in the marketplace. This book covers features that are often not well known, and sometimes not implemented in competing products. Chapters on query transformation and logical execution order provide a grasp of the big picture in which the individual SQL features described in the other chapters are executed. Also included are a discussion on when to use the procedural capabilities from PL/SQL, and a series of examples showing different mixes of SQL features being applied in common types of queries that you are likely to encounter. What You Will Learn: Gain competitive advantage from Oracle SQL Know when to step up to PL/SQL versus staying in SQL Become familiar with query transformations and join mechanics Apply the model clause and analytic functions to business intelligence queries Make use of features that are specific to Oracle Database, such as row pattern matching Understand the pros and cons of different SQL approaches to solving common query tasks Traverse hierarchies using CONNECT BY and recursive subquery factoring. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Oracle (Computer file) 
630 0 7 |a Oracle (Computer file)  |2 fast 
650 0 |a SQL (Computer program language) 
650 6 |a SQL (Langage de programmation) 
650 7 |a Databases.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming  |x General.  |2 bisacsh 
650 7 |a SQL (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Reprintsev, Alex.  |t Oracle SQL revealed.  |d Ã2018  |z 1484233719  |z 9781484233719  |w (OCoLC)1013167386 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484233726/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35093447 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5344845 
938 |a EBSCOhost  |b EBSC  |n 1781788 
938 |a YBP Library Services  |b YANK  |n 15268397 
994 |a 92  |b IZTAP