gogogo
Syndetics cover image
Image from Syndetics

Mastering Oracle SQL

By: Material type: TextTextPublication details: USA: O'Reilly: 2004Edition: SecondISBN:
  • 0596006322
Subject(s): DDC classification:
  • 005.7565 MIS
Holdings
Item type Current library Call number Copy number Status Date due Barcode
Standard Loan Thurles Library Main Collection 005.756 MIS (Browse shelf(Opens below)) Available 30026000008622
Standard Loan Thurles Library Main Collection 005.756 MIS (Browse shelf(Opens below)) 1 Available 30026000008630
Standard Loan Thurles Library Main Collection 005.756 MIS (Browse shelf(Opens below)) 1 Available R13932KRCC
Standard Loan Thurles Library Main Collection 005.756 MIS (Browse shelf(Opens below)) 1 Available R13926KRCC

Enhanced descriptions from Syndetics:

The vast majority of Oracle SQL books discuss some syntax, provide the barest rudiments of using Oracle SQL, and perhaps include a few simple examples. It might be enough to pass a survey course, or give you some buzz words to drop in conversation with real Oracle DBAs. But if you use Oracle SQL on a regular basis, you want much more. You want to access the full power of SQL to write queries in an Oracle environment. You want a solid understanding of what's possible with Oracle SQL, creative techniques for writing effective and accurate queries, and the practical, hands-on information that leads to true mastery of the language. Simply put, you want useful, expert best practices that can be put to work immediately, not just non-vendor specific overview or theory.Updated to cover the latest version of Oracle, Oracle 10g, this edition of the highly regarded Mastering Oracle SQL has a stronger focus on technique and on Oracle's implementation of SQL than any other book on the market. It covers Oracle s vast library of built-in functions, the full range of Oracle SQL query-writing features, regular expression support, new aggregate and analytic functions, subqueries in the SELECT and WITH clauses, multiset union operators, enhanced support for hierarchical queries: leaf and loop detection, and the CONNECT_BY_ROOT operator, new partitioning methods (some introduced in Oracle9i Release 2), and the native XML datatype, XMLType. Mastering Oracle SQL , 2nd Edition fills the gap between the sometimes spotty vendor documentation, and other books on SQL that just don't explore the full depth of what is possible with Oracle-specific SQL. For those who want to harness the untapped (and often overlooked) power of Oracle SQL, this essential guide for putting Oracle SQL to work will prove invaluable.

Table of contents provided by Syndetics

  • Preface (p. ix)
  • 1. Introduction to SQL (p. 1)
  • What Is SQL? (p. 1)
  • A Brief History of SQL (p. 3)
  • A Simple Database (p. 4)
  • DML Statements (p. 5)
  • So Why Are There 17 More Chapters? (p. 17)
  • 2. The Where Clause (p. 18)
  • Life Without Where (p. 18)
  • Where to the Rescue (p. 19)
  • Where Clause Evaluation (p. 20)
  • Conditions and Expressions (p. 23)
  • Where to Go from Here (p. 30)
  • 3. Joins (p. 31)
  • What Is a Join Query? (p. 31)
  • Join Conditions (p. 32)
  • Types of Joins (p. 37)
  • Joins and Subqueries (p. 53)
  • DML Statements on a Join View (p. 53)
  • 4. Group Operations (p. 62)
  • Aggregate Functions (p. 62)
  • The Group By Clause (p. 66)
  • The Having Clause (p. 74)
  • Nested Group Operations (p. 77)
  • 5. Subqueries (p. 80)
  • What Is a Subquery? (p. 80)
  • Noncorrelated Subqueries (p. 81)
  • Correlated Subqueries (p. 88)
  • Inline Views (p. 91)
  • Subquery Case Study: The Top N Performers (p. 106)
  • 6. Handling Temporal Data (p. 112)
  • Time Zones (p. 112)
  • Temporal Data Types in Oracle (p. 114)
  • Literals of Temporal Types (p. 120)
  • Getting Temporal Data In and Out of a Database (p. 126)
  • Date and Time Formats (p. 134)
  • Manipulating Temporal Data (p. 146)
  • 7. Set Operations (p. 166)
  • Set Operators (p. 167)
  • Precedence of Set Operators (p. 172)
  • Comparing Two Tables (p. 173)
  • Using NULLs in Compound Queries (p. 176)
  • Rules and Restrictions on Set Operations (p. 178)
  • 8. Hierarchical Queries (p. 181)
  • Representing Hierarchical Information (p. 181)
  • Simple Hierarchy Operations (p. 184)
  • Oracle SQL Extensions (p. 187)
  • Complex Hierarchy Operations (p. 193)
  • Restrictions on Hierarchical Queries (p. 204)
  • Enhancements in Oracle Database 10g (p. 204)
  • 9. Decode and Case (p. 210)
  • Decode, Nullif, NVL, and NVL2 (p. 210)
  • The Case for Case (p. 214)
  • Decode and Case Examples (p. 217)
  • 10. Partitioning (p. 230)
  • Partitioning Concepts (p. 230)
  • Partitioning Tables (p. 231)
  • Partitioning Indexes (p. 231)
  • Partitioning Methods (p. 232)
  • Specifying Partitions (p. 238)
  • Partition Pruning (p. 239)
  • 11. PL/SQL (p. 243)
  • What Is PL/SQL? (p. 243)
  • Procedures, Functions, and Packages (p. 244)
  • Calling Stored Functions from Queries (p. 246)
  • Restrictions on Calling PL/SQL from SQL (p. 251)
  • Stored Functions in DML Statements (p. 254)
  • The SQL Inside Your PL/SQL (p. 256)
  • 12. Objects and Collections (p. 258)
  • Object Types (p. 258)
  • Collection Types (p. 267)
  • Collection Instantiation (p. 268)
  • Querying Collections (p. 269)
  • Collection Unnesting (p. 270)
  • Collection Functions (p. 271)
  • Comparing Collections (p. 273)
  • Manipulating Collections (p. 275)
  • Multilevel Collections (p. 276)
  • 13. Advanced Group Operations (p. 279)
  • Multiple Summary Levels (p. 279)
  • Pushing the Grouping Envelope (p. 301)
  • The Grouping_ID and Group_ID Functions (p. 311)
  • 14. Advanced Analytic SQL (p. 320)
  • Analytic SQL Overview (p. 320)
  • Ranking Functions (p. 326)
  • Windowing Functions (p. 339)
  • Reporting Functions (p. 346)
  • Summary (p. 351)
  • 15. SQL Best Practices (p. 352)
  • Know When to Use Specific Constructs (p. 352)
  • Avoid Unnecessary Parsing (p. 358)
  • Consider Literal SQL for Decision-Support Systems (p. 363)
  • 16. XML (p. 365)
  • What Is XML? (p. 365)
  • Storing XML Data (p. 366)
  • Generating XML Documents (p. 382)
  • Summary (p. 387)
  • 17. Regular Expressions (p. 389)
  • Elementary Regular Expression Syntax (p. 389)
  • Advanced Function Options (p. 401)
  • Advanced Regular Expression Syntax (p. 405)
  • 18. Model Queries (p. 417)
  • Basic Elements of a Model Query (p. 417)
  • Cell References (p. 419)
  • Rules (p. 427)
  • Iterative Models (p. 442)
  • Reference Models (p. 445)
  • Appendix Oracle's Old Join Syntax (p. 449)
  • Index (p. 455)

Author notes provided by Syndetics

Sanjay Mishra is a certified Oracle database administrator with more than ten years of IT experience. He has been involved in the design, architecture, and implementation of many mission-critical and decision support databases. He has worked extensively in the areas of database architecture, database management, backup / recovery, performance tuning, Oracle Parallel Server, and parallel execution. He has a Bachelor of Science degree in Electrical Engineering, and a Master of Engineering degree in Systems Science and Automation. He is the coauthor of Oracle Parallel Processing and Oracle SQL Loader: The Definitive Guide (both published by O'Reilly & Associates). Presently, he works as a database architect at Dallas Based i2 Technologies, and can be reached at sanjay_mishra@i2.com.

Alan Beaulieu has been designing, building, and implementing custom database applications for over 13 years. He currently runs his own consulting company that specializes in designing Oracle databases and supporting services in the fields of Financial Services and Telecommunications. In building large databases for both OLTP and OLAP environments, Alan utilizes such Oracle features as Parallel Query, Partitioning, and Parallel Server. Alan has a Bachelor of Science degree in Operations Research from the Cornell University School of Engineering. He lives in Massachusetts with his wife and two daughters and can be reached at albeau_mosql@yahoo.com.

Powered by Koha