Book description
If you write programs to run against an Oracle database, you spend a lot of time and mental energy writing queries to return the data your programs need. Knowledge of SQL, and particularly of Oracle's implementation of SQL, is the key to writing good queries in a timely manner. In this book, the authors share their knowledge of Oracle SQL, and show you many creative techniques that you can use to advantage in your own applications. This book shows you how to:
Leverage Oracle's vast library of built-in SQL functions
Query time-based data, and write joins involving date and time ranges
Use Oracle SQL's hierarchical query features to deal with data best represented in a tree format
Use DECODE and CASE to implement conditional logic in your queries
Use Oracle's new, analytic SQL features to write ranking queries, lag and lead queries, windowing queries, and more
Join data from two or more tables using the newly supported SQL92 join syntax
In addition, you'll see how SQL can best be integrated with PL/SQL. You'll also learn various best practices to help you write SQL queries that perform efficiently. Precious few books on the market today go beyond discussing syntax and the barest rudiments of using Oracle SQL. This book changes that, showing you how to creatively leverage the full power of SQL to write queries in an Oracle environment.
Publisher resources
Table of contents
-
Mastering Oracle SQL
- Preface
- 1. Introduction to SQL
- 2. The WHERE Clause
- 3. Joins
- 4. Group Operations
- 5. Subqueries
- 6. Handling Temporal Data
- 7. Set Operations
- 8. Hierarchical Queries
- 9. DECODE and CASE
- 10. Partitions, Objects, and Collections
- 11. PL/SQL
- 12. Advanced Group Operations
- 13. Advanced Analytic SQL
- 14. SQL Best Practices
- Index
- Colophon
Product information
- Title: Mastering Oracle SQL
- Author(s):
- Release date: April 2002
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596001292
You might also like
book
Java Coding Problems
Develop your coding skills by exploring Java concepts and techniques such as Strings, Objects and Types, …
book
The Complete Coding Interview Guide in Java
Explore a wide variety of popular interview questions and learn various techniques for breaking down tricky …
video
Full Stack Web Development Mastery Course - Novice to Expert
Full stack development refers to the development of both frontend (client-side) and backend (server-side) portions of …
book
Spring Boot Persistence Best Practices: Optimize Java Persistence Performance in Spring Boot Applications
This book is a collection of developer code recipes and best practices for persisting data using …