Cargando…

The art of SQL /

For all the buzz about trendy IT techniques, data processing is still at the core of our systems, especially now that enterprises all over the world are confronted with exploding volumes of data. Database performance has become a major headache, and most IT departments believe that developers should...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Faroult, Stéphane
Otros Autores: Robson, Peter, 1944-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly, 2006.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocm69669367
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 060601s2006 cau o 001 0 eng d
010 |a  2007270059 
040 |a UMI  |b eng  |e pn  |c UMI  |d BAKER  |d WAU  |d CEF  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d C6I  |d E7B  |d OCLCF  |d OCLCQ  |d EBLCP  |d N$T  |d TEFOD  |d YDXCP  |d OCLCQ  |d CUSER  |d YDX  |d MHW  |d TEFOD  |d OCLCQ  |d COO  |d OCLCQ  |d FEM  |d OCLCQ  |d MOQ  |d WYU  |d OCLCQ  |d VT2  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 326712377  |a 600010243  |a 775300497  |a 968071071  |a 969023160  |a 1062881872  |a 1103257251  |a 1129375502  |a 1202553007  |a 1240526962 
020 |a 0596008945 
020 |a 9780596008949 
020 |a 9780596514488  |q (electronic bk.) 
020 |a 0596514484  |q (electronic bk.) 
020 |a 9780596555368  |q (electronic bk.) 
020 |a 0596555369  |q (electronic bk.) 
029 1 |a AU@  |b 000062564224 
029 1 |a DEBSZ  |b 355370409 
029 1 |a DEBSZ  |b 396273653 
029 1 |a DEBSZ  |b 396385842 
029 1 |a HEBIS  |b 291442951 
029 1 |a AU@  |b 000069009982 
035 |a (OCoLC)69669367  |z (OCoLC)326712377  |z (OCoLC)600010243  |z (OCoLC)775300497  |z (OCoLC)968071071  |z (OCoLC)969023160  |z (OCoLC)1062881872  |z (OCoLC)1103257251  |z (OCoLC)1129375502  |z (OCoLC)1202553007  |z (OCoLC)1240526962 
037 |a CL0500000003  |b Safari Books Online 
037 |a 702569CF-4387-48B3-9ECC-4F1FE5B9FBB5  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.S67  |b F37 2006 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a Faroult, Stéphane. 
245 1 4 |a The art of SQL /  |c by Stephane Faroult, Peter Robson. 
260 |a Sebastopol, Calif. :  |b O'Reilly,  |c 2006. 
300 |a 1 online resource (367 pages) 
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  |2 rda 
588 0 |a Print version record. 
505 0 |a Preface; Why Another SQL Book?; Audience; Assumptions This Book Makes; Contents of This Book; Conventions Used in This Book; Using Code Examples; Comments and Questions; Safari® Enabled; Acknowledgments; Laying Plans; The Relational View of Data; The Importance of Being Normal; Step 1: Ensure Atomicity; Step 2: Check Dependence on the Whole Key; Step 3: Check Attribute Independence; To Be or Not to Be, or to Be Null; Qualifying Boolean Columns; Understanding Subtypes; Stating the Obvious; The Dangers of Excess Flexibility; The Difficulties of Historical Data; Design and Performance. 
505 8 |a Processing FlowCentralizing Your Data; System Complexity; The Completed Plans; Waging War; Query Identification; Stable Database Connections; Strategy Before Tactics; Problem Definition Before Solution; Stable Database Schema; Operations Against Actual Data; Set Processing in SQL; Action-Packed SQL Statements; Profitable Database Accesses; Closeness to the DBMS Kernel; Doing Only What Is Required; SQL Statements Mirror Business Logic; Program Logic into Queries; Multiple Updates at Once; Careful Use of User-Written Functions; Succinct SQL; Offensive Coding with SQL. 
505 8 |a Discerning Use of ExceptionsTactical Dispositions; The Identification of "Entry Points"; Indexes and Content Lists; Making Indexes Work; Indexes with Functions and Conversions; Indexes and Foreign Keys; Multiple Indexing of the Same Columns; System-Generated Keys; Variability of Index Accesses; Maneuvering; The Nature of SQL; SQL and Databases; SQL and the Optimizer; Limits of the Optimizer; Five Factors Governing the Art of SQL; Total Quantity of Data; Criteria Defining the Result Set; Size of the Result Set; Number of Tables; Joins; Complex queries and complex views; Number of Other Users. 
505 8 |a FilteringMeaning of Filtering Conditions; Evaluation of Filtering Conditions; Buyers of Batmobiles; More Batmobile purchases; Lessons to be learned from the Batmobile trade; Querying Large Quantities of Data; The Proportions of Retrieved Data; Terrain; Structural Types; The Conflicting Goals; Considering Indexes as Data Repositories; Forcing Row Ordering; Automatically Grouping Data; Round-Robin Partitioning; Data-Driven Partitioning; The Double-Edged Sword of Partitioning; Partitioning and Data Distribution; The Best Way to Partition Data; Pre-Joining Tables; Holy Simplicity. 
505 8 |a The Nine SituationsSmall Result Set, Direct Specific Criteria; Index Usability; Query Efficiency and Index Usage; Data Dispersion; Criterion Indexability; Small Result Set, Indirect Criteria; Small Intersection of Broad Criteria; Small Intersection, Indirect Broad Criteria; Large Result Set; Self-Joins on One Table; Result Set Obtained by Aggregation; Simple or Range Searching on Dates; Many Items, Few Historical Values; Using subqueries; Using OLAP functions; Many Historical Values Per Item; Current Values; Result Set Predicated on Absence of Data; Variations in Tactics; Tree Structures. 
520 |a For all the buzz about trendy IT techniques, data processing is still at the core of our systems, especially now that enterprises all over the world are confronted with exploding volumes of data. Database performance has become a major headache, and most IT departments believe that developers should provide simple SQL code to solve immediate problems and let DBAs tune any "bad SQL" later. In The Art of SQL, author and SQL expert Stephane Faroult argues that this "safe approach" only leads to disaster. His insightful book, named after Art of War by Sun Tzu, contends that writing quick inefficien. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a SQL (Computer program language) 
650 6 |a SQL (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a SQL (Computer program language)  |2 blmlsh 
650 7 |a SQL (Computer program language)  |2 fast 
700 1 |a Robson, Peter,  |d 1944- 
776 0 8 |i Print version:  |a Faroult, Stephane.  |t Art of SQL.  |d Sebastopol : O'Reilly Media, Inc., ©2007  |z 9780596008949 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596008945/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29297995 
938 |a Baker & Taylor  |b BKTY  |c 44.99  |d 33.74  |i 0596008945  |n 0006656848  |s active 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL540416 
938 |a ebrary  |b EBRY  |n ebr10758321 
938 |a EBSCOhost  |b EBSC  |n 415099 
938 |a YBP Library Services  |b YANK  |n 3180005 
938 |a YBP Library Services  |b YANK  |n 7462384 
994 |a 92  |b IZTAP