
Oracle SQL*Plus Pocket Reference
Jonathan Gennick(Author)
O'Reilly (Publisher)
2nd Edition
Published on 12. November 2002
Book
Paperback/Softback
120 pages
978-0-596-00441-5 (ISBN)
Article exhausted; check for reprint
Description
SQL*Plus is available at every Oracle site - from the largest data warehouse to the smallest single-user system - and it's a critical tool for virtually every Oracle user. Despite its wide use, few developers and DBAs know how powerful a tool SQL*Plus can be. This pocket reference offers quick reference information that will help you use SQL*Plus, Oracle's interactive query tool. It summarizes all of the SQL*Plus syntax, including the syntax for the Oracle9i release. This book boils down the most vital information from Gennick's best-selling book, Oracle SQL*Plus: The Definitive Guide, into an accessible summary and works as a vital companion to the larger book. It concisely describes interacting with SQL*Plus, selecting data, formatting reports with SQL*Plus, and tuning SQL queries. It also contains quick references to the SQL*Plus commands and format elements. This 2nd edition includes many new features for Oracle9i (e.g.,
COALESCE function, searched CASE expressions, new table join syntax, partition operations, MERGE statement, and syntax changes in existing SQL*Plus statements such as ACCEPT, DESRIBE, HELP, and SET) It also adds sections on basic SQL (a much-requested feature): INSERT, DELETE, UPDATE, SELECT, and transaction management. The pocket reference size is especially appropriate for this particular subject, since Oracle SQL*Plus is used on every possible platform, it's particularly convenient to be able to carry a small book around from office computer to home computer to laptop.
COALESCE function, searched CASE expressions, new table join syntax, partition operations, MERGE statement, and syntax changes in existing SQL*Plus statements such as ACCEPT, DESRIBE, HELP, and SET) It also adds sections on basic SQL (a much-requested feature): INSERT, DELETE, UPDATE, SELECT, and transaction management. The pocket reference size is especially appropriate for this particular subject, since Oracle SQL*Plus is used on every possible platform, it's particularly convenient to be able to carry a small book around from office computer to home computer to laptop.
More details
Language
English
Place of publication
Sebastopol
United States
Target group
College/higher education
Professional and scholarly
Edition type
Revised edition
Dimensions
Height: 177 mm
Width: 111 mm
Weight
120 gr
ISBN-13
978-0-596-00441-5 (9780596004415)
Schweitzer Classification
Other editions
New editions

Jonathan Gennick
Oracle SQL*Plus Pocket Reference
Book
12/2004
3rd Edition
O'Reilly
€14.50
Shipment within 10-20 days
Previous edition

Jonathan Gennick
Oracle SQL Plus Pocket Reference
Book
05/2000
O'Reilly
€8.50
Article exhausted; check for reprint
Person
Jonathan Gennick is an O'Reilly & Associates editor specializing in database and programming titles. Prior to joining O'Reilly, Jonathan amassed some 17 years of programming and database management experience. During the latter part of his career he specialized in relational database programming, and more recently in database management. Jonathan got his start with relational database systems in 1990, first working with Ingres, and later with Digital's Rdb software. During that period he developed a fondness for SQL, and for the challenge of applying SQL creatively in ways that leveraged it's set-oriented capabilities. In 1994 Jonathan made the leap to Oracle, and is now often found writing about it. Recent projects include Oracle SQL*Loader (O'Reilly & Associates, 2001); Oracle SQL*Plus Pocket Reference (O'Reilly & Associates, 2000); Oracle SQL*Plus: The Definitive Guide (O'Reilly & Associates, 1999); More recently, Jonathan has made forays into other database products, coauthoring Transact-SQL Cookbook (O'Reilly & Associates, 2002) and editing Practical PostgreSQL (O'Reilly & Associates, 2002). Jonathan is certified as an Oracle DBA and is a member of MENSA and the Oracle Technology Network. He holds a Bachelor of Arts degree in Information and Computer Science, with a Business Administration minor, from Andrews University in Berrien Springs, Michigan. Jonathan currently resides in Munising, Michigan with his wife Donna and their two children: Jenny and Jeff.
Content
Introduction Interacting with SQL*Plus Starting SQL*Plus Entering Commands Strings in SQL*Plus Commands Specifying Filenames Naming Variables Selecting Data The SELECT Statement Null Values CASE Expressions Table Joins (Oracle8i) Table Joins (Oracle9i) Summary Queries Unions Partition Operations Inserting Data Inserting One Row Inserting the Results of a Query Multitable Inserts (Oracle9i) Updating Data Simple Updates Noncorrelated Subqueries in the SET Clause Correlated Subqueries in the SET Clause Deleting Data Simple Deletes Deleting All Rows (TRUNCATE) Deleting Duplicate Rows Merging Data (Oracle9i) Transaction Management SET TRANSACTION SAVEPOINT COMMIT ROLLBACK Text Reports Column Headings Column Formats Page Width and Length Page Headers and Footers Page Breaks Report Breaks Tuning SQL Creating the Plan Table Explaining a Query Querying the Plan Table Using Optimizer Hints SQL*Plus Format Elements Formatting Numbers Formatting Character Strings Formatting Dates SQL*Plus Command Reference Index