Joe Celko's SQL for Smarties
eBook - ePub

Joe Celko's SQL for Smarties

Advanced SQL Programming

  1. 816 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Joe Celko's SQL for Smarties

Advanced SQL Programming

Book details
Table of contents
Citations

About This Book

Joe Celkos SQL for Smarties: Advanced SQL Programming offers tips and techniques in advanced programming. This book is the fourth edition and it consists of 39 chapters, starting with a comparison between databases and file systems. It covers transactions and currency control, schema level objects, locating data and schema numbers, base tables, and auxiliary tables. Furthermore, procedural, semi-procedural, and declarative programming are explored in this book.

The book also presents the different normal forms in database normalization, including the first, second, third, fourth, fifth, elementary key, domain-key, and Boyce-Codd normal forms. It also offers practical hints for normalization and denormalization. The book discusses different data types, such as the numeric, temporal and character data types; the different predicates; and the simple and advanced SELECT statements. In addition, the book presents virtual tables, and it discusses data partitions in queries; grouping operations; simple aggregate functions; and descriptive statistics, matrices and graphs in SQL. The book concludes with a discussion about optimizing SQL. It will be of great value to SQL programmers.

  • Expert advice from a noted SQL authority and award-winning columnist who has given ten years service to the ANSI SQL standards committee
  • Teaches scores of advanced techniques that can be used with any product, in any SQL environment, whether it is an SQL 92 or SQL 2008 environment
  • Offers tips for working around deficiencies and gives insight into real-world challenges

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Joe Celko's SQL for Smarties by Joe Celko in PDF and/or ePUB format, as well as other popular books in Ciencia de la computación & Lenguajes de programación. We have over one million books available in our catalogue for you to explore.

Information

Year
2010
ISBN
9780123820235

Table of contents

  1. Cover image
  2. Title page
  3. Table of Contents
  4. Copyright
  5. Dedication
  6. About the Author
  7. Introduction to the Fourth Edition
  8. 1. Databases versus File Systems
  9. 2. Transactions and Concurrency Control
  10. 3. Schema Level Objects
  11. 4. Locating Data and Special Numbers
  12. 5. Base Tables and Related Elements
  13. 6. Procedural, Semiprocedural, and Declarative Programming
  14. 7. Procedural Constructs
  15. 8. Auxiliary Tables
  16. 9. Normalization
  17. 10. Numeric Data Types
  18. 11. Temporal Data Types
  19. 12. Character Data Types
  20. 13. NULLs: Missing Data in SQL
  21. 14. Multiple Column Data Elements
  22. 15. Table Operations
  23. 16. Comparison or Theta Operators
  24. 17. Valued Predicates
  25. 18. CASE Expressions
  26. 19. LIKE and SIMILAR TO Predicates
  27. 20. BETWEEN and OVERLAPS Predicates
  28. 21. The [NOT] IN() Predicate
  29. 22. EXISTS() Predicate
  30. 23. Quantified Subquery Predicates
  31. 24. The Simple SELECT Statement
  32. 25. Advanced SELECT Statements
  33. 26. Virtual Tables: VIEWs, Derived Tables, CTEs, and MQTs
  34. 27. Partitioning Data in Queries
  35. 28. Grouping Operations
  36. 29. Simple Aggregate Functions
  37. 30. Advanced Grouping, Windowed Aggregation, and OLAP in SQL
  38. 31. Descriptive Statistics in SQL
  39. 32. Subsequences, Regions, Runs, Gaps, and Islands
  40. 33. Matrices in SQL
  41. 34. Set Operations
  42. 35. Subsets
  43. 36. Trees and Hierarchies in SQL
  44. 37. Graphs in SQL
  45. 38. Temporal Queries
  46. 39. Optimizing SQL
  47. Index