Joe Celko's SQL for Smarties: Advanced SQL Programming: The Morgan Kaufmann Series in Data Management Systems
Autor Joe Celkoen Limba Engleză Paperback – dec 2014
Din seria The Morgan Kaufmann Series in Data Management Systems
- 34% Preț: 390.88 lei
- 20% Preț: 426.81 lei
- 36% Preț: 309.13 lei
- 20% Preț: 533.55 lei
- 20% Preț: 411.69 lei
- 20% Preț: 440.32 lei
- 20% Preț: 541.70 lei
- 20% Preț: 836.83 lei
- 20% Preț: 729.06 lei
- 20% Preț: 572.26 lei
- 20% Preț: 387.58 lei
- 20% Preț: 537.48 lei
- 35% Preț: 241.87 lei
- 20% Preț: 400.22 lei
- 20% Preț: 436.52 lei
- 20% Preț: 803.57 lei
- 31% Preț: 236.52 lei
- 20% Preț: 266.53 lei
- 20% Preț: 544.54 lei
- 20% Preț: 503.09 lei
- 20% Preț: 396.46 lei
- 20% Preț: 610.32 lei
- 20% Preț: 462.67 lei
- 20% Preț: 147.44 lei
- 20% Preț: 759.87 lei
- 20% Preț: 844.98 lei
- 20% Preț: 914.81 lei
- 16% Preț: 182.94 lei
- 20% Preț: 630.19 lei
- 20% Preț: 357.44 lei
- 20% Preț: 589.03 lei
- 20% Preț: 567.78 lei
- 20% Preț: 595.09 lei
- 20% Preț: 646.11 lei
- 20% Preț: 491.17 lei
- 20% Preț: 599.91 lei
- 20% Preț: 534.54 lei
- 20% Preț: 547.11 lei
- 33% Preț: 276.71 lei
- 33% Preț: 188.87 lei
- 33% Preț: 280.07 lei
- 20% Preț: 442.10 lei
- 20% Preț: 453.60 lei
- 20% Preț: 497.67 lei
- 20% Preț: 230.53 lei
- 8% Preț: 353.25 lei
Preț: 299.97 lei
Preț vechi: 431.96 lei
-31% Nou
57.41€ • 60.38$ • 47.82£
Carte tipărită la comandă
Livrare economică 28 decembrie 24 - 11 ianuarie 25
Livrare express 30 noiembrie-06 decembrie pentru 113.48 lei
Specificații
ISBN-10: 0128007613
Pagini: 852
Ilustrații: colour illustrations
Dimensiuni: 191 x 235 x 43 mm
Greutate: 1.44 kg
Ediția:Revised
Editura: ELSEVIER SCIENCE
Seria The Morgan Kaufmann Series in Data Management Systems
Cuprins
PART II : Data Types10. Numeric Data in SQL11. Character Data Types in SQL12. Temporal Data Types in SQL13. Multiple Column Data Elements14. NULLs and 3-Valued Logic in SQL15. Table Administration Operations16. Set Operators
PART III Row and Column Level Features17. Comparison or Theta Operators18. Quantified Subquery Predicates19. BETWEEN and OVERLAPS Predicates20. CASE Expression Family21. LIKE and SIMILAR TO Predicates22. Simple One Table SELECT Statements23. Intermediate Aggregate Functions24. Descriptive Statistic Aggregate Functions25. OLAP Aggregate Functions26. JOINs
PART IV: Data Structures in SQL27. Graphs in SQL28. Trees and Hierarchies in SQL29. Queues and Lists30. Matrices in SQL
PART V: Typical Queries31. Coverings and Partitions32. Runs, Gaps, and Islands Rewrite or Expansion33. Inventory and Auction Models34. Relational Division35. Temporal Queries and Operations
PART VI: Implementation and Coding Issues36. Access Methods37. Basic Optimization Principles38. Overview of SQL/PSM
Recenzii
Notă biografică
Joe Celko served 10 years on ANSI/ISO SQL Standards Committee and contributed to the SQL-89 and SQL-92 Standards. Mr. Celko is author a series of books on SQL and RDBMS for Elsevier/MKP. He is an independent consultant based in Austin, Texas. He has written over 1200 columns in the computer trade and academic press, mostly dealing with data and databases.
Descriere
"SQL for Smarties" was hailed as the first book devoted explicitly to the advanced techniques needed to transform an experienced SQL programmer into an expert. Now, 20 years later and in its fifth edition, this classic reference still reigns supreme as the only book written by a SQL master that teaches programmers and practitioners to become SQL masters themselves These are not just tips and techniques; also offered are the best solutions to old and new challenges. Joe Celko conveys the way you need to think in order to get the most out of SQL programming efforts for both correctness and performance. New to the fifth edition, Joe features new examples to reflect the ANSI/ISO Standards so anyone can use it. He also updates data element names to meet new ISO-11179 rules with the same experience-based teaching style that made the previous editions the classics they are today. You will learn new ways to write common queries, such as finding coverings, partitions, runs in data, auctions and inventory, relational divisions and so forth. "SQL for Smarties" explains some of the principles of SQL programming as well as the code. A new chapter discusses design flaws in DDL, such as attribute splitting, non-normal forum redundancies and tibbling. There is a look at the traditional acid versus base transaction models, now popular in NoSQL products. You ll learn about computed columns and the DEFERRABLE options in constraints. An overview of the bi-temporal model is new to this edition and there is a longer discussion about descriptive statistic aggregate functions. The book finishes with an overview of SQL/PSM that is applicable to proprietary 4GL vendor extensions.
New to the 5th Edition: Downloadable data sets, code samples, and vendor-specific implementations Overview of the bitemporal modelExtended coverage of descriptive statistic aggregate functionsNew chapter covers flaws in DDLExamination of traditional acid versus base transaction modelsReorganized to help you navigate related topics with easeExpert advice from a noted SQL authority and award-winning columnist Joe Celko, who served on the ANSI SQL standards committee for over a decadeTeaches scores of advanced techniques that can be used with any product, in any SQL environment, whether it is SQL 92 or SQL 2011 Offers tips for working around deficiencies and gives insight into real-world challenges"