Oracle SQL : Jumpstart with examples /

Developers and DBAs use Oracle SQL coding on a daily basis, whether for application development, finding problems, fine-tuning solutions to those problems, or other critical DBA tasks. Oracle SQL: Jumpstart with Examples is the fastest way to get started and to quickly locate answers to common (and...

Full description

Bibliographic Details
Main Author: Powell, Gavin
Corporate Author: ScienceDirect (Online service)
Other Authors: McCullough-Dieter, Carol
Format: eBook
Language:English
Language Notes:English.
Published: Amsterdam ; Boston : Elsevier Digital Press, ©2005.
Subjects:
Online Access:Connect to the full text of this electronic book

MARC

Tag First Indicator Second Indicator Subfields
LEADER 00000cam a2200000 a 4500
001 in00005729921
005 20260326144626.8
006 m o d
007 cr cnu|||unuuu
008 041028s2005 ne a ob 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d OCLCQ  |d VYF  |d DLC  |d OCLCQ  |d CDX  |d OCLCQ  |d DEBBG  |d MERUC  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCF  |d OCLCQ  |d OPELS  |d BAKER  |d OKU  |d UBY  |d E7B  |d NLE  |d YDXCP  |d OCLCQ  |d COO  |d AGLDB  |d PLS  |d OCLCQ  |d SAV  |d OCLCO  |d WY@  |d LUE  |d STF  |d D6H  |d VTS  |d HQD  |d CEF  |d INT  |d TOF  |d OCLCQ  |d OCLCO  |d WYU  |d OCLCQ  |d OCLCO  |d UAB  |d G3B  |d LEAUB  |d OL$  |d VT2  |d VLY  |d UKEHC  |d OCLCO  |d OCLCQ  |d IOY  |d OCLCQ  |d INARC  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCL  |d SXB  |d OCLCQ  |d OCLCO  |d OCLCL  |d OCLCQ 
019 |a 162595284  |a 505085297  |a 646767481  |a 856956747  |a 859879116  |a 1035709776  |a 1043434667  |a 1065045583  |a 1103258293  |a 1129353615  |a 1152981861  |a 1162006590  |a 1192335003  |a 1200052953  |a 1240528362  |a 1359082427 
020 |a 1417549769  |q (electronic bk.) 
020 |a 9781417549764  |q (electronic bk.) 
020 |a 1555583237 
020 |a 9781555583231 
020 |a 0080479839 
020 |a 9780080479835 
020 |a 1281028568 
020 |a 9781281028563 
020 |a 9786611028565 
020 |a 6611028560 
035 |a (OCoLC)56837422  |z (OCoLC)162595284  |z (OCoLC)505085297  |z (OCoLC)646767481  |z (OCoLC)856956747  |z (OCoLC)859879116  |z (OCoLC)1035709776  |z (OCoLC)1043434667  |z (OCoLC)1065045583  |z (OCoLC)1103258293  |z (OCoLC)1129353615  |z (OCoLC)1152981861  |z (OCoLC)1162006590  |z (OCoLC)1192335003  |z (OCoLC)1200052953  |z (OCoLC)1240528362  |z (OCoLC)1359082427 
037 |a 105936:105966  |b Elsevier Science & Technology  |n http://www.sciencedirect.com 
050 4 |a QA76.73.S67  |b P62 2005 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.133  |2 22 
049 |a TXAM 
100 1 |a Powell, Gavin.  |1 https://id.oclc.org/worldcat/entity/E39PCjvPvktQRtcJrb44WfHWfy 
245 1 0 |a Oracle SQL :  |b Jumpstart with examples /  |c Gavin Powell, Carol McCullough-Dieter. 
260 |a Amsterdam ;  |a Boston :  |b Elsevier Digital Press,  |c ©2005. 
300 |a 1 online resource (xxix, 652 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
504 |a Includes bibliographical references and index. 
505 0 |a Cover -- Table of Contents -- Foreword -- Preface -- Acknowledgements -- Chapter 1. Introduction to Oracle SQL -- 1.1 A Little History -- 1.2 The Basics of Relational Data Modeling -- 1.3 Structured Query Language (SQL) -- 1.4 Software Useful for Reading this Book -- 1.5 Syntax Conventions Used in This Book -- 1.6 SQL Tools -- 1.7 The MUSIC Schema -- Chapter 2. New Features of Oracle SQL -- 2.1 New Features in Oracle Database 10g -- 2.2 New Features in Oracle Database 9i -- Chapter 3. Oracle Database Architecture -- 3.1 The Basic Concepts -- 3.2 The Oracle Instance -- 3.3 Oracle Database Physical Architecture -- 3.4 Database Startup and Shutdown -- 3.5 Enhancing the Physical Architecture -- Chapter 4. The SELECT Statement -- 4.1 The Basic SELECT Statement -- 4.2 Types of SELECT Queries -- 4.3 Other Aspects of the SELECT Statement -- Chapter 5. Filtering Rows -- 5.1 WHERE Clause Syntax -- 5.2 WHERE Clause Expression Conditions -- 5.3 Logical Operators in the WHERE Clause -- 5.4 Top-N Queries -- Chapter 6. Sorting Rows -- 6.1 ORDER BY Clause Syntax -- 6.2 Sorting and Null Values -- 6.3 Sorting Methods -- Chapter 7. Operators, Conditions, and Pseudocolumns -- 7.1 Precedence -- 7.2 Operators -- 7.3 Conditions -- 7.4 Pseudocolumns -- Chapter 8. Using SQL*Plus -- 8.1 Environmental Settings -- 8.2 Using Scripts and Variables -- 8.3 Formatting Query Output in SQL*Plus -- 8.4 Using iSQL*Plus -- Chapter 9. Single-Row Functions -- 9.1 Types of Functions -- 9.2 Single-Row Functions -- 9.3 Combining Functions -- Chapter 10. Joining Tables -- 10.1 Join Formats -- 10.2 Types of Joins -- 10.3 Examining Different Types of Joins -- Chapter 11. Grouping and Summarizing Data -- 11.1 GROUP BY Clause Syntax -- 11.2 Types of Group Functions -- 11.3 Special Grouping Function Behavior -- 11.4 Using the GROUP BY Clause -- 11.5 10g The SPREADSHEET (MODEL) Clause -- Chapter 12. Subqueries -- 12.1 Types of Subqueries -- 12.2 Where Can Subqueries Be Used? -- 12.3 Comparison Conditions and Subqueries -- 12.4 Demonstrating Subqueries -- Chapter 13. Unusual Query Types -- 13.1 Composite Queries -- 13.2 Hierarchical Queries -- 13.3 Flashback and Versions Queries -- 13.4 Parallel Queries -- Chapter 14. Expressions -- 14.1 Types of Expressions -- 14.2 10g Regular Expressions -- 14.3 10g Oracle Expression Filter -- Chapter 15. Data Manipulation Language (DML) -- 15.1 What Is DML? -- 15.2 Transaction Control -- 15.3 Adding Data (INSERT) -- 15.4 Changing Data (UPDATE) -- 15.5 Deleting Data (DELETE) -- 15.6 10g Merging New and Old Data (MERGE) -- Chapter 16. Datatypes and Collections -- 16.1 Simple Datatypes -- 16.2 Complex and Object Datatypes -- 16.3 Special Datatypes -- Chapter 17. XML in Oracle -- 17.1 What Is XML? -- 17.2 Using XM. 
520 |a Developers and DBAs use Oracle SQL coding on a daily basis, whether for application development, finding problems, fine-tuning solutions to those problems, or other critical DBA tasks. Oracle SQL: Jumpstart with Examples is the fastest way to get started and to quickly locate answers to common (and uncommon) questions. It includes all the basic queries: filtering, sorting, operators, conditionals, pseudocolumns, single row functions, joins, grouping and summarizing, grouping functions, subqueries, composite queries, hierarchies, flashback queries, parallel queries, expressions and regular expressions, DML, datatypes (including collections), XML in Oracle, DDL for basic database objects such as tales, views and indexes, Oracle Partitioning, security, and finally PL/SQL. * Each of the hundreds of SQL code examples was tested on a working Oracle 10g database * Invaluable everyday tool that provides an absolute plethora of properly tested examples of Oracle SQL code * Authors have four decades of commercial experience between them as developers and database administrators. 
546 |a English. 
630 0 0 |a Oracle (Computer file) 
630 0 7 |a Oracle (Computer file)  |2 fast 
650 0 |a SQL (Computer program language) 
650 6 |a SQL (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a SQL (Computer program language)  |2 fast 
655 7 |a Electronic books.  |2 local 
700 1 |a McCullough-Dieter, Carol.  |1 https://id.oclc.org/worldcat/entity/E39PCjD7vDbQ8hdHr3RKm3vXgq 
710 2 |a ScienceDirect (Online service) 
758 |i has work:  |a Oracle SQL (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCFrb9HMwkgmYGvGGPgdhHC  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Powell, Gavin.  |t Oracle SQL.  |d Amsterdam ; Boston : Elsevier Digital Press, ©2005  |w (DLC) 2005273537 
856 4 0 |u http://proxy.library.tamu.edu/login?url=https://www.sciencedirect.com/science/book/9781555583231  |z Connect to the full text of this electronic book  |t 0 
955 |a Elsevier ScienceDirect 2026-2027 
994 |a 92  |b TXA 
999 f f |i 69cb6cf8-b2bb-4405-81ea-6f08e7f0307e  |s cfc917cb-ac1c-407e-8170-6a932013a5a9  |t 0 
952 f f |a Texas A&M University  |b College Station  |c Electronic Resources  |s www_evans  |d Available Online  |t 0  |e QA76.73.S67 P62 2005  |h Library of Congress classification 
998 f f |a QA76.73.S67 P62 2005  |t 0  |l Available Online