SQL Clearly Explained
eBook - ePub

SQL Clearly Explained

  1. 480 pages
  2. English
  3. ePUB (mobile friendly)
  4. Only available on web
eBook - ePub

SQL Clearly Explained

Book details
Table of contents
Citations

About This Book

SQL Clearly Explained, Third Edition, provides an in-depth introduction to using SQL (Structured Query Language). Readers will learn not only SQL syntax, but also how SQL works.

Although the core of the SQL language remains relatively unchanged, the most recent release of the SQL standard (SQL: 2008) includes two sets of extensions: 1) support for object-relational databases and 2) support for XML. As a result, the set of standard SQL commands has been greatly extended and this new edition takes that into account.

This new edition includes updated tips and tricks to reflect the current concepts of SQL and XML standards; several new chapters covering object-relational and XML extensions; and an ancillary package that includes case studies, a syllabus, exams and more.

This book is intended for working SQL programmers, database administrators, database designers, database analysts, and application system developers as well as those who are developing new features for database management systems who want to know about user needs. This would include anyone working with electronic content in the relational database context but also XML. Web services, etc.

  • Demonstrates how to formulate SQL queries and how queries are processed to maximize performance of the database management system
  • Explains use of SQL to enter, modify or delete data to maintain database structural elements
  • Covers in great detail new SQL application for XML to meet the growing XML usage in development of online content

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 SQL Clearly Explained by Jan L. Harrington in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Languages. We have over one million books available in our catalogue for you to explore.

Information

Year
2003
ISBN
9780123756985
Edition
3

Table of contents

  1. Cover Image
  2. Table of Contents
  3. Front matter
  4. Copyright
  5. Preface to the Third Edition
  6. 1. The Relational Data Model
  7. 2. Relational Algebra
  8. 3. Introduction to SQL
  9. 4. Simple SQL Retrieval
  10. 5. Retrieving Data from More Than One Table
  11. 6. Advanced Retrieval Operations
  12. 7. Working with Groups of Rows
  13. 8. Data Modification
  14. 9. Schemas and Tables
  15. 10. Views, Temporary Tables, CTEs, and Indexes
  16. 11. Keeping the Design Up to Date
  17. 12. Users and Access Rights
  18. 13. Users, Sessions, and Transaction Control
  19. 14. Writing and Executing SQL Routines and Modules—Triggers and Stored Procedures
  20. 15. Embedded SQL
  21. 16. Dynamic SQL
  22. 17. XML Support
  23. 18. The Object-Relational Data Model
  24. 19. Object-Relational Support
  25. Appendix A. Common Acronyms and Abbreviations
  26. Appendix B. SQLSTATE Return Codes
  27. Appendix C. SQL Syntax Summary
  28. Glossary
  29. Index