Oracle SQL : The Essential Reference

Oracle SQL : The Essential Reference

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 500 p.
  • 言語 ENG
  • 商品コード 9781565926974
  • DDC分類 005.7585

Full Description


SQL (Structured Query Language) is the heart of a relational database management system. It's the language used to query the database, to create new tables in the database, to update and delete database fields, and to set privileges in the database. This text is aimed at everyone who needs to access an Oracle database using SQL - developers, DBAs, designers, and managers. SQL is based on research dating back to the late 1960s, but its first commercial release was in the RDBMS announced by the fledgling Oracle Corporation in 1979. Since that time, every other database vendor has adopted SQL, and ANSI and the ISO have made it a standard. Although vendors diverge in their extensions to SQL, the core language is standard across vendor boundaries. Despite SQL's long history and relative simplicity, few developers and database administrators are truly masters of SQL. The constant stream of vendor enhancements, the hard-won experience in tuning SQL for best performance, and the requirements of particular operational environments mean that there is always more to learn about SQL. "Oracle SQL: The Essential Reference" aims to deliver the information needed to keep ahead of the learning curve on standard SQL and Oracle's extensions to it. There are chapters on: basic SQL elements (naming requirements, column types, pseudo-types, data conversion rules, operators); Data Definition Language (DDL) and Data Manipulation Language (DML); common language elements (constraints, storage clause, predicates); SQL functions; PL/SQL (including procedures, functions, and packages); SQL*Plus, and Oracle SQL optimization and tuning. The book covers Oracle 8i, release 8.1.6.

Contents

Foreword Preface 1. Elements of SQL Lexical Conventions Naming in SQL Schema Objects Datatypes Data Conversion Relational Operators Structure of a SQL Statement SQL Statements 2. Data Definition Statements SQL DDL Statements by Task SQL Statement Syntax 3. Data Manipulation and Control Statements SQL DML and Control Statements by Task SQL Statement Syntax 4. Common SQL Elements 5. SQL Functions Aggregate Functions Numeric Functions Character Functions Date Functions Conversion Functions Other Functions 6. SQL*Plus Command-Line Syntax SQL*Plus Editing Commands Formatting SQL*Plus Output Miscellaneous SQL*Plus Commands SQL*Plus Variables and Related Commands SQL*Plus System Variables 7. PL/SQL The Structure of PL/SQL Block Header Declaration Section Execution Section Exception Section Procedures and Packages Triggers 8. SQL Statement Tuning Using EXPLAIN PLAN Using Oracle's SQL Trace Facility SQL*Plus Tuning Aids Improving Query Performance A. SQL Resources Index