Oracle SQL Interactive Workbook

Overview

Foreword by Peter Koletzke
Technical Advisor: Douglas Scherer

The Hands-On Oracle SQL Course That's Fast, Easy, & Web-charged!

FREE Access to Interactive Oracle ...

See more details below
Available through our Marketplace sellers.
Other sellers (Paperback)
  • All (14) from $1.99   
  • New (2) from $50.0   
  • Used (12) from $1.99   
Close
Sort by
Page 1 of 1
Showing All
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$50.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
$50.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition: New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
Page 1 of 1
Showing All
Close
Sort by
Sending request ...

Overview

Foreword by Peter Koletzke
Technical Advisor: Douglas Scherer

The Hands-On Oracle SQL Course That's Fast, Easy, & Web-charged!

FREE Access to Interactive Oracle SQL Training Web Site

  • Learn to write SQL fluently—now!
  • No Oracle SQL experience necessary!
  • Covers all key Oracle SQL concepts
  • Real-life labs and "Test Your Thinking" Q&As

New to Oracle development? This integrated book-and-Web learning solution will help you master Oracle SQL — fast! Learn every Oracle SQL skill you need, through hands-on, real-world labs, exercises, projects, and our great Web-based training site. Master entity-relationship diagrams, SQL*Plus, SELECT statements, Boolean operations, functions, joins, NULLS, subqueries, relational operators, data and database object manipulation, and the Oracle dictionary.

Totally integrated with a FREE, state-of-the-art Oracle SQL learning Web site!

Every Prentice Hall Interactive Workbook is fully integrated with its own exclusive Web site, giving you all this and more:

  • "Test Your Thinking" project solutions and detailed explanations
  • Author's Corner: Your personal connection to this book's expert author
  • Additional self-review exercises with instant feedback and explanations
  • An exclusive Virtual Study Lounge where you can interact with other students!


Dozens of exercises cover the real-world tasks that matter most!

100s of self-review questions and answers make sure you understand!

Master the skills you need! Alex Morrison and Alice Risexperienced Oracle SQL instructors and database consultants who have taught hundreds of students how to effectively write Oracle SQL. Benefit from their combined Oracle knowledge of over 20 years. The Prentice-Hall Oracle Interactive Workbook series is an integrated learning system that's proven to work!

Read More Show Less

Editorial Reviews

Booknews
Gives background in Oracle's implementation of the SQL language. Each chapter is divided into labs, with objectives, examples, and exercises on specific tasks and questions that are designed to help readers discover important aspects of the SQL language. Exercises build knowledge step by step by introducing relational database concepts, the SQL*Plus environment, and the SQL language. Labs also include explained answers, multiple-choice review questions, and critical thinking questions. Morrison works in Internet development. Rischert is co-chair of Columbia University's Database Application Development and Design track at the Computer Technology and Application Program. Annotation c. Book News, Inc., Portland, OR (booknews.com)
Read More Show Less

Product Details

  • ISBN-13: 9780130157454
  • Publisher: Pearson Education
  • Publication date: 5/2/2000
  • Series: Prentice Hall Oracle Series
  • Edition description: Older Edition
  • Pages: 400
  • Product dimensions: 6.88 (w) x 9.08 (h) x 1.50 (d)

Read an Excerpt

PREFACE:

Preface

Who This Book Is For

The SQL language is the de facto standard language for relational databases. Oracle's database server is the leading relational database on the market today. This book is intended for anyone requiring a background in Oracle's implementation of the SQL language.

The book's exercises build knowledge step by step by introducing you to relational database concepts, the SQL*Plus environment, and the SQL language. Learning involves not just reading about a subject, but also doing it. The book's focus is to give the reader examples of how the SQL language is commonly used, with many exercises reinforcing the learning experience.

Unlike other SQL books, this book is not a reference book. Rather, its emphasis is on the exercises and the learning-by-doing experience. The best way to learn the SQL language is to perform the exercises and compare your answers with the sample answers and accompanying explanations.

How This Book Is Organized

Each chapter of the book is divided into labs covering a particular topic. The objective of each lab is defined at its beginning, with brief examples that introduce the reader to the covered concepts.

Following the lab's introductory examples are exercises that are the heart of the lab which reinforce and expand the reader's knowledge of the subject.

Each exercise consists of a series of steps to follow to perform specific tasks, or particular questions that are designed to help you discover the important aspects of the SQL language. The answers to these questions are given at the end of the exercises, along with more in-depth discussion of the conceptsexplored.

After you perform the exercises and compare the answers with the sample queries, answers, and explanations, the lab ends with multiple-choice Self-Review questions. These are meant to test that you have understood the material covered in the lab. The answers to these questions appear in Appendix A. There are additional Self-Review questions at this book's companion Web site, found at ...

Read More Show Less

Table of Contents

(NOTE: All chapters conclude with Test Your Thinking.)
1. SQL and Data.

Data, Databases, and the Definition of SQL. A Case Study Schema Diagram. Referential Integrity and Table Relationships. The SQL *PLUS Environment.

2. SQL: The Basics.
The Anatomy of a SELECT Statement. Editing a SQL Statement. The WHERE Clause: Comparison and Logical Operators. The ORDER BY Clause.

3. Character and Number Functions.
Character Functions. Number Functions.

4. Date and Conversion Functions.
Converting from One Datatype to Another. Applying Oracle's Date Format Models. Performing Date and Time Math. The NVL and DECODE Functions.

5. Aggregate Functions, GROUP BY, and HAVING.
Aggregate Functions. The GROUP BY and HAVING Clauses.

6. Equijoins.
The Two Table Join. Joining More Than Two Tables.

7. Subqueries.
Simple Subqueries. Correlated Subqueries. ANY, COME, and ALL Operators in Subqueries.

8. Set Operators.
The Power of UNION and UNION ALL. The MINUS and INTERSECT Set Operators.

9. Complex Joins.
Outer Joins. Self-Joins.

10. Insert, Update, and Delete.
Manipulaitng Data andTransaction Control.

11. Create, Alter, and Drop Tables.
Creating and Dropping Tables. Altering Tables and Manipulating Constraints.

12. Views, Indexes, and Sequences.
Creating and Modifying Views. Indexes. Sequences.

13. The Data Dictionary and Dynamic SQL Scripts.
The Oracle Data Dictionary Views. Dynamic. SQL Scripts.

14. Security.
Users, Privileges, Roles, and Synonyms.

15. Advanced SQL Queries.
DECODE Magic and In-line Views. Hierarchical Queries.

16. SQL Optimization.
The Oracle Optimizer and Writing Effective SQL Statement.

Appendix A: Answers to Self-Review Questions.
Appendix B: SQL Formatting Guide and SQL*Plus Command Reference.
Appendix C: Student Database Schema.
Index.
Read More Show Less

Customer Reviews

Be the first to write a review
( 0 )
Rating Distribution

5 Star

(0)

4 Star

(0)

3 Star

(0)

2 Star

(0)

1 Star

(0)

    If you find inappropriate content, please report it to Barnes & Noble
    Why is this product inappropriate?
    Comments (optional)