Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Powell, Gavin
Otros Autores: McCullough-Dieter, Carol
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam ; Boston : Elsevier Digital Press, ©2005.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocm56837422
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 041028s2005 ne a ob 001 0 eng d
010 |z  2005273537 
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 
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 
029 1 |a AU@  |b 000050492600 
029 1 |a AU@  |b 000051558279 
029 1 |a AU@  |b 000051859833 
029 1 |a CHBIS  |b 005831624 
029 1 |a CHNEW  |b 001004750 
029 1 |a CHVBK  |b 168667665 
029 1 |a DEBBG  |b BV039832207 
029 1 |a DEBBG  |b BV042307581 
029 1 |a DEBBG  |b BV043098203 
029 1 |a DEBSZ  |b 401048209 
029 1 |a DEBSZ  |b 422370711 
029 1 |a GBVCP  |b 801209625 
029 1 |a NZ1  |b 11775186 
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 UAMI 
100 1 |a Powell, Gavin. 
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. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
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 
700 1 |a McCullough-Dieter, Carol. 
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 https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=117183  |z Texto completo 
938 |a Baker & Taylor  |b BKTY  |c 65.95  |d 65.95  |i 1555583237  |n 0006065660  |s active 
938 |a Coutts Information Services  |b COUT  |n 6484111  |c 43.06 GBP 
938 |a ebrary  |b EBRY  |n ebr10254709 
938 |a EBSCOhost  |b EBSC  |n 117183 
938 |a YBP Library Services  |b YANK  |n 2352344 
938 |a YBP Library Services  |b YANK  |n 2613337 
938 |a Internet Archive  |b INAR  |n oraclesqljumpsta0000powe 
994 |a 92  |b IZTAP