|Mis en vente dans la catégorie :
Vous en avez un à vendre ?

Apprendre SQL : Guide étape par étape utilisant Oracle par Earp, Richard ; Bagui, Sikha

by Earp, Richard; Bagui, Sikha | PB | Acceptable
État :
Etat correct
Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ... En savoir plusà propos de l'état
Prix :
7,89 USD
Environ7,38 EUR
Livraison :
Gratuit Economy Shipping. Afficher les détailspour la livraison
Lieu où se trouve l'objet : Aurora, Illinois, États-Unis
Délai de livraison :
Estimé entre le ven. 21 juin et le lun. 24 juin à 43230
Les dates de livraison estimées - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet prennent en compte le délai d'expédition indiqué par le vendeur, le code postal de l'expéditeur, le code postal du destinataire et la date d'acceptation de l'offre. Elles dépendent du service de livraison sélectionné et de la date de réception du paiementréception du paiement - la page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet. Les délais de livraison peuvent varier, notamment pendant les périodes de pointe.
Retours :
Retour sous 30 jours. Le vendeur paie les frais de retour. Afficher les détails- pour en savoir plus sur les retours
Paiements :
     

Achetez en toute confiance

Garantie client eBay
Obtenez un remboursement si vous ne recevez pas l'objet que vous avez commandé. 

Détails sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :374175895083
Dernière mise à jour le 12 juin 2024 21:16:17 CEST. Afficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Etat correct
Livre présentant des marques d'usure apparentes. La couverture peut être légèrement endommagée, mais son intégrité est intacte. La reliure peut être légèrement endommagée, mais son intégrité est intacte. Existence possible de notes dans les marges, de soulignement et de surlignement de texte. Aucune page manquante, ni aucun autre défaut susceptible de compromette la lisibilité ou la compréhension du texte. Consulter l'annonce du vendeur pour avoir plus de détails et voir la description des défauts. Afficher toutes les définitions des étatsla page s'ouvre dans une nouvelle fenêtre ou un nouvel onglet
Commentaires du vendeur
“Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend ...
Binding
Paperback
Weight
1 lbs
Product Group
Book
IsTextBook
Yes
ISBN
9780201773637
Subject Area
Computers
Publication Name
Learning Sql : a Step-By-Step Guide Using Oracle
Item Length
9.2 in
Publisher
Addison-Wesley Longman, Incorporated
Subject
Desktop Applications / Databases, Programming Languages / Sql
Publication Year
2002
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.7 in
Author
Sikha S. Bagui, Richard Earp
Item Width
8 in
Item Weight
21.9 Oz
Number of Pages
368 Pages

À propos de ce produit

Product Information

Step-by-step examples and exercises help readers gain proficiency with SQL in this tutorial for those with little or no experience with databases or SQL. Material starts with simple Oracle SQL concepts and progresses to more complex query development and PL/SQL, covering SQL as it is invoked via SQL

Product Identifiers

Publisher
Addison-Wesley Longman, Incorporated
ISBN-10
0201773635
ISBN-13
9780201773637
eBay Product ID (ePID)
2286278

Product Key Features

Author
Sikha S. Bagui, Richard Earp
Publication Name
Learning Sql : a Step-By-Step Guide Using Oracle
Format
Trade Paperback
Language
English
Subject
Desktop Applications / Databases, Programming Languages / Sql
Publication Year
2002
Type
Textbook
Subject Area
Computers
Number of Pages
368 Pages

Dimensions

Item Length
9.2 in
Item Height
0.7 in
Item Width
8 in
Item Weight
21.9 Oz

Additional Product Features

LCCN
2002-021516
Lc Classification Number
Qa76.73.S67e27 2002
Table of Content
(Each Chapter concludes with Exercises.) Preface. PART I. 0. The Software Engineering Process and Relational Databases. What is a Database?Database Models.What is the Software Engineering Process?References. 1. Getting Started with Oracle 8 in the Windows Environment. Getting Started in Oracle.Setting Your System Parameters.Using Oracle Commands.Editing SQL Statements.Displaying the "Student-Course" Database.Introducing the Oracle Data Dictionary.Using DESC.Employing a Convention for Writing SQL Statements. 2. More "Beginning" SQL Commands. An Extended SELECT Statement.A Simple CREATE TABLE Command.Inserting Values into a Created Table.The UPDATE Command.The DELETE Command.ROLLBACK, COMMIT, and SAVEPOINT.The ALTER TABLE Command.Data Types. 3. The Cartesian Product, the Join, the Aliases. The Cartesian Product.The Join.Column Aliases.Scripting.COUNT and Rownum.References. 4. Functions and Matching (LIKE). The COUNT Function.Additional Basic Functions.The Data Dictionary Revisited. 5. Query Development, Privileges, and Derived Structures. Query Development.Parentheses in SQL Expressions.Derived Structures.GRANTing and REVOKEing Privileges on Tables and Views.Query Development and Derived Structures. 6. Set Operations. Introducing a Set Operation.The IN and NOT..IN Predicates.The Difference Operation. 7. Joins versus Subqueries. The IN Subquery.The Subquery as a Join.When the Join Cannot be Turned into a Subquery.More Examples Involoving Joints and IN.Subqueries with Operators. 8. GROUP BY and HAVING. Aggregates/Column Functions.The GROUP BY Clause.The HAVING Clause.Auditing IN Subqueries.Nulls Revisited. 9. Correlated Subqueries. Non-Correlated Subqueries.Correlated Subqueries.Existence Queries and Correlation.NOT EXISTS.SQL Universal and Existential Qualifiers: The "For All" Query.References. PART II. 10. CREATE TABLESs and SQLLOADER. The "Simple" CREATE TABLE.The NOT NULL Constraint.PRIMARY KEY Constraints.The UNIQUE Constraint.The CHECK Constraint.Referential Integrity.More on CONSTRAINT Names.SQLLOADER. 11. Multiple Commands, START Files, and Reports in SQLPLUS. Creating a File (a START Table) and STARTing It.Using the DECODE, GREATEST and LEST Functions.Adding Reporting Commands to a START File.Using START Files with ACCEPT and PROMPT.Using START Files with Positional Input. 12. Beginning PL/SQL Examples: Anonymous Scripts, Procedures, Functions, and Packages. Anonymous Blocks.Elementary Procedures with Sequence Structures.Procedures with Selection and Iteration.Functions.Packages.Defining a PL/SQL INDEX BY Table.References. 13. Triggers. What is a Trigger?Using WHEN.A Trigger Where One Table Affects Another Trigger.Mutating Tables.References. Appendix 1: Getting Started with Oracle in the UNIX System. Getting Started on Oracle in UNIX.Signing onto Oracle in UNIX.Editing SQL Commands in UNIX.Some UNIX Commands.Editors.Appendix 1 Exercises. Appendix 2: The Data Dictionary. Beginning to Explore the Data Dictionary.A Paradigm for Choosing a View from the Dictionary.Views of TABLES.Other Objects: Tablespaces and Constraints.Views of Tablespaces.Views of Constraints.Appendix 2 Exercises.References. Appendix 3: The Student Database and Other Tables Used in this Book. The Student-Course Database.Other Tables Used in this Book. Appendix 4: Improvements in Oracle 8i and 9i. Improvements in Oracle 8i.Improvements in Oracle 9i.References. Glossary of Terms. Glossary of Important Commands and Functions. Index of Terms. Index of Important Commands and Functions.
Copyright Date
2003
Target Audience
College Audience
Illustrated
Yes

Description de l'objet fournie par le vendeur

Informations sur le vendeur professionnel

Thrift Books Global, LLC
TB Thrift Books
18300 Cascade Ave S
Ste 150
98188 Seattle, WA
United States
Afficher les coordonnées
: liam-e esserdAmoc.skoobtfirht@yabe.selas
Je certifie que toutes mes activités de vente seront conformes à toutes les lois et réglementations de l'UE.
ThriftBooks

ThriftBooks

99% d'évaluations positives
17,7 millions objets vendus
Visiter la BoutiqueContacter
Répond en général sous 24 heures

Évaluations détaillées du vendeur

Moyenne pour les 12 derniers mois

Description exacte
4.9
Frais de livraison raisonnables
5.0
Livraison rapide
5.0
Communication
4.9
Inscrit comme vendeur professionnel

Évaluations en tant que vendeur (5.218.849)

9***6 (2)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Good condition. Arrived on time.
9***6 (2)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Good condition. Arrived on time.
t***e (73)- Évaluations laissées par l'acheteur.
Dernier mois
Achat vérifié
Book arrived in great shape. Thanks again, thrift.books!