Vous voulez voir cette page en français ? Cliquez ici.

Have one to sell? Sell yours here
Oracle SQL Interactive Workbook
 
See larger image
 

Oracle SQL Interactive Workbook [Paperback]

Alice Rischert
3.7 out of 5 stars  See all reviews (7 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Paperback CDN $60.00  
Paperback, Jan 3 2003 --  
There is a newer edition of this item:
Oracle SQL By Example Oracle SQL By Example 5.0 out of 5 stars (1)
CDN$ 42.83
In Stock.

Product Details


Product Description

Book Description

Oracle SQL Interactive Workbook, Second Edition is the only integrated book-and-Web learning solution that teaches all the Oracle 9i SQL skills you need, hands on, through labs, exercises, and projects-complete with a Web-based training site! Fully updated for Oracle 9i, author Alice Rischert covers all types of joins (including the new ANSI join syntax); SQL functions; subqueries set operators; sequences, views, and indexes; data dictionary; dynamic SQL; security; optimization; the SQL*Plus and iSQL*Plus environments; and much more.

From the Inside Flap

Introduction

The SQL language is the de facto standard language for relational databases, and Oracle's database server is the leading relational database on the market today. The Oracle SQL Interactive Workbook, second edition, presents an introduction to the Oracle SQL language in a unique and highly effective format. Rather than being a reference book, it guides you through the basic skills until you reach a mastery of the language. The book challenges you to work through hands-on guided tasks rather than read through descriptions. You will be able to retain the material more easily and the additional example questions reinforce and further enhance the learning experience.

Who This Book Is For

This book is intended for anyone requiring a background in Oracle's implementation of the SQL language. In particular, application developers, system designers, and database administrators will find many practical and representative real-world examples. Students new to Oracle will gain the necessary experience and confidence to apply their knowledge in solving typical problems they face in the work situation. Individuals already familiar with Oracle SQL but wishing a firmer foundation or those interested in the new Oracle 9i features will discover many of the useful tips, tricks, and information.

The initial audience for the book was the students of the Oracle SQL class at Columbia University's Computer Technology and Applications program. The student body has a wide-ranging level of technology experience. Their questions, learning approaches, and feedback provided the framework for this book. Many students cited the hands-on exercises as critical to their understanding of database technology and the SQL language and continuously asked for more examples and additional challenging topics. This book shares much of the material presented in the classroom and looks at the various angles of many solutions to a particular issue.

What Makes This Book Different

Unlike other SQL books, this book discusses Oracle's specific implementation of the language. Learning the language alone is not enough. The book also teaches you how to adopt good habits and teaches you about many Oracle-specific technology features that are essential to successful systems development.

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. The best way to learn the SQL language is to perform the exercises and compare your answers with the sample answers and accompanying explanations. After you have completed the exercises, the companion Web site contains additional questions to test your understanding. It also lists the solutions to the Test Your Thinking exercises at the end of each chapter.We hope that you will enjoy this learning experience and come away with the knowledge you hoped to gain.

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

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.

At the end of each chapter, the Test Your Thinking section reinforces the topics learned in labs, and solidifies your skills. The answers to these questions are found on the companion Web site for this book.

Layout of a Chapter

Each chapter contains:

  • Lab
  • Exercises
  • Exercise Answers (with detailed discussion)
  • Self-Review Questions
  • Test Your Thinking Questions

The chapters should be completed in sequence because concepts covered in earlier chapters are required for the completion of exercises in later chapters.

About the Companion Web Site

On the companion Web site you will find three very important things:

  1. Installation files you need before you begin reading the workbook.
  2. Answers to the Test Your Thinking questions.
  3. Additional Self-Review questions.
Installation Files

All of the exercises and questions are based on a sample schema called STUDENT. The required files to install this STUDENT schema and the installation instructions can be downloaded from the Web site.

Test Your Thinking

The answers to the Test Your Thinking sections are also found at the Web site.

Additional Self-Review Questions

The Web site will have many other features, such as additional Self-Review questions, a message board, and periodically updated information about the book.

What You will Need
  • To complete the exercises you need the following:
  • The Oracle® database software
  • Oracle's SQL*Plus software or a Web browser
  • Access to the Internet
Oracle 9i

Oracle 9i is Oracle's relational database software and its flagship product. You can use either the Personal Edition or Enterprise Edition. The Enterprise editions of Oracle 9.01 and 9.2 were used to create the exercises for this book, but subsequent versions should be compatible. If you have a previous version of the Oracle database you will be able to complete a large majority of the exercises, however some syntax options and features are only available in Oracle 9i.

Oracle SQL*Plus Software or Web Browser

You can perform all the exercises in this book with Oracle's SQL*Plus software. Oracle introduced iSQL*Plus with Oracle version 8.1.7. This browser-based version does not require the installation of the Oracle SQL*Plus software on your individual machine. Only a browser is necessary and access to an HTTP iSQL*Plus server. The iSQL*Plus version simplifies the editing and offers a superior display of the result. However, iSQL*Plus does not allow certain functionality and this is pointed out where applicable. For a list of unsupported commands refer to Appendix C, "SQL*Plus Command Reference." Instead of SQL*Plus you can also use alternate SQL execution environments and a list is available in Appendix H, "Resources."

Access to the Internet

You will need access to the Internet so that you can access the companion Web site.The schema was designed to record data about instructors, courses, students, and their respective enrollments and grades.

After you download the installation files to create the schema within your Oracle database, you will be able to follow the exercises in the workbook. In Chapter 1, "SQL and Data," you are introduced to the relational concepts necessary to read the schema diagram. Appendix D, "Student Database Schema," shows you a graphical representation of the schema and Appendix E, "Table and Column Descriptions" lists descriptive information about each table and column.


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

7 Reviews
5 star:
 (3)
4 star:
 (2)
3 star:    (0)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (7 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

2.0 out of 5 stars Book lacks detail, Jun 19 2002
The book informs you of various sql commands, but fails to give you the general syntax. If what you are trying to do has not been explicitely done in the book, it is unlikely to find what you are looking for in the book. The book is truly a workbook, and nothing else, and should not be purchased as an oracle sql refrence book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Book is excellent!, Jan 24 2002
By 
A. Gendle "QWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW... (Lancaster, CA United States) - See all my reviews
(REAL NAME)   
I really liked reading and doing the lessons in this book. The hands-on exercises are fantastic. Better yet, there were a few things I didn't understand clearly, and so I e-mailed the author and she answered any questions that I had. There are a few minor glitches in the book, some proof-read errors, which most of them are corrected on their web site which are listed on the errata page. I've already reported a couple errors that I found and they will update their proof-read error page. One annoying thing was having to turn back and forth to the back of the book to see the database schema diagram. The best thing to do is just photo copy the diagram so you don't have to constantly turn to the back of the book while doing the exercises.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars This book is excellent, Jan 24 2002
By 
A. Gendle "QWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW... (Lancaster, CA United States) - See all my reviews
(REAL NAME)   
I really liked reading and doing the lessons in this book. The hands-on exercises are fantastic. Better yet, there were a few things I didn't understand clearly, and so I e-mail the author and she answers any questions that I might have. There are a few minor glitches in the book, some proof-read errors, which most of them are corrected on their web site which are listed on theot errata page. I've already reported a couple errors that I found and will update their proof-read error page. One annoying thing was having to turn back and forth to the back of the book to see the database schema diagram. The best thing to do is just photo copy the diagram so you don't have to constantly turn to the back of the book while doing the exercises.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Want to see more reviews on this item?
 Go to Amazon.com to see all 12 reviews  3.8 out of 5 stars 
 
 
Most recent customer reviews





Only search this product's reviews



Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback