Customer Reviews


17 Reviews
5 star:
 (10)
4 star:
 (3)
3 star:
 (3)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


10 of 10 people found the following review helpful:
5.0 out of 5 stars Great coverage of SQL and PL/SQL
I liked this book because it covers Oracle 10g SQL as well as PL/SQL, that's great because it saved me buying two separate books!

I was able to download the code from the website and follow along with all the examples with no problem. I especially liked the coverage of the 10g specific features, such as the new MODEL clause and the new 10g database types (BINARY_DOUBLE...

Published on June 14, 2004 by William Barnes

versus
10 of 13 people found the following review helpful:
3.0 out of 5 stars In the w'abbit warren with Alice in Wonderland
The disorganization of topics is staggering. It covers a number of useful aspects about using Oracle SQL, but it fails to develop complete ideas. It can serve as a quick reference to moderately skilled programmers but so can the Oracle docs.

Beginners may wish to try Learning SQL by Alan Beaulieu, and intemediates are better off with Oracle by Example by...
Published on November 12, 2006 by Spencer


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

10 of 10 people found the following review helpful:
5.0 out of 5 stars Great coverage of SQL and PL/SQL, June 14, 2004
This review is from: Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)
I liked this book because it covers Oracle 10g SQL as well as PL/SQL, that's great because it saved me buying two separate books!

I was able to download the code from the website and follow along with all the examples with no problem. I especially liked the coverage of the 10g specific features, such as the new MODEL clause and the new 10g database types (BINARY_DOUBLE and BINARY_FLOAT).

All in all, a great book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 9 people found the following review helpful:
5.0 out of 5 stars Teaches the basics and advanced uses of SQL, May 27, 2004
By 
David Billington (Silicon Valley, CA, USA) - See all my reviews
This review is from: Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)
This is a good book. It teaches the basics and advanced uses of SQL. I'd already used SQL and Oracle before, and found the advanced chapters on tuning and the use of large objects and advanced analytical functions.

I downloaded the Zip file from the Oracle Press web site and had the example database up and running in minutes. I didn't have any problems running any of the examples shown in the book.

I also liked the coverage of PL/SQL included in the book. Saved me from buying a book on Oracle 10g PL/SQL. This book even has a chapter on running SQL from within a Java program using JDBC!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars Very good book, June 30, 2006
By 
This review is from: Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)
This book is very good. I've had the book for a month now, and use it every day. It is good because it covers both SQL and PL/SQL, as well as all the latest Oracle 10g database features.

I have a number of other Oracle books, and this one is the one I like best. I also liked the reference section which covers all the main Oracle database functions along with real examples. The book is also an easy read.

Hands down the best book on Oracle SQL currently available.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars Only SQL and PL/SQL book I actually use, June 28, 2004
This review is from: Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)
I have three SQL and PL/SQL books, but this one is the only one I actually _use_ on a daily basis. It's a great book because it acts as both a training guide and reference book.

It also covers PL/SQL in addition to SQL.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars Great book, May 26, 2004
By 
Jeff Jackson (Boston, MA, USA) - See all my reviews
This review is from: Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)
I must write a review to counter the previous reviewer's incorrect comments! I've had this book four weeks and run through all the examples, and they all work.

All the technical descriptions in the book are right on, too. I had no problems understanding the advanced material on Oracle 10g, which covered the right areas on SQL and PL/SQL.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 13 people found the following review helpful:
3.0 out of 5 stars In the w'abbit warren with Alice in Wonderland, November 12, 2006
By 
This review is from: Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)
The disorganization of topics is staggering. It covers a number of useful aspects about using Oracle SQL, but it fails to develop complete ideas. It can serve as a quick reference to moderately skilled programmers but so can the Oracle docs.

Beginners may wish to try Learning SQL by Alan Beaulieu, and intemediates are better off with Oracle by Example by Alice Rischert, alas old hack are still looking for a book.

Good Points:
- Identifies the deference between ANSI/86 and ANSI/92, albeit in an indexed note on page #46. An improvement over labeling ANSI/86 as Oracle Proprietary syntax like another author does in a competing book.
- SQL*Plus does show how to set a default editor.
- Nice coverage of ROLLUP, CUBE, RANK, and MODEL functions.
- While mislabeled as security (alternatively, missing content), the concept of roles, privileges, grants and synonyms is covered well in Chapter 9.
- System reference cursors are covered at the basic level adequately.
- There is an introduction to large objects but narrowly explored without useful examples.

Weaknesses:
- Non-equijoins are not well explained or demonstrated in Chapter 2.
- Aggregation functions and behaviors are incompletely developed and limited to rather small examples in Chapter 3 without a nice reference to the other treatment in Chapter 7.
- The SQL*Plus coverage should be more toward the front, and it presume a knowledge of the environment - clearly a bumpy road for a beginner.
- The concept of scalar subqueries is missing, a single row subquery that returns a single column.
- ANY and ALL are covered but not SOME, while they all work similarly the coverage is incomplete.
- The differences between subqueries and correlated subqueries is not well developed. The key difference that a correlated subquery resolves for NULL values is an aside on page #176. The tuning chapter on page #537 and tip on page #175 fail to qualify when you should use correlation.
- The DECODE and CASE statements have limited demonstration only in SQL statements, and the idea of merged and conditional inserts is limited to two pages in Chapter 8.
- PL/SQL coverage is a like hopscotch and the Oracle documentation a better guide, especially to a newbie.
- How to select the fields from a nested object or collection is missing.
- Collections in Chapter 13 are dizzy and a comic relief of Johnny Depp reprise with scissors should snip the chapter out.
- High performance tuning in Chapter 16 is missing.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Good book from scratch to practice, September 9, 2007
This review is from: Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)
It is a very good book for both who are beginning to learn SQL from scratch or those who are not too familiar with Oracle SQL databases. It introduces a lot of new 10g functionalities. Examples are given in almost most functions for easy understanding of practical usage. However, the book does not explain enough about the concept of storage about the Oracle 10g.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Buy from this vendor!!!, October 24, 2009
Amazon Verified Purchase(What's this?)
This review is from: Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)
Thank you for such outstanding service, quality and honesty! I received the book well before the expected date, and it was in perfect condition! I would definitely buy again from this vendor!!! Well done!!!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
3.0 out of 5 stars Almost makes it, April 24, 2008
This review is from: Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)
Maybe a little disorganized, but overall a pretty good reference. Lots of odd omissions though. For instance, the SUBSTR function can take negative number parameters but that is not shown. In the numeric functions, where are the GREATEST and LEAST functions? There is a list of conversion functions but no examples. If you've ever pulled your hair out over a deeply nested DECODE, you know some good examples would be nice. A few of the SQL*Plus SET commands are scattered here and there, but there is no list.
Bottom line... not bad but needs more work.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
5.0 out of 5 stars Best book on SQL, March 22, 2004
By 
This review is from: Oracle Database 10g SQL (Osborne ORACLE Press Series) (Paperback)
This is the best book on SQL I've found. It has everything I needed: it teaches Oracle from the ground up. I didn't know SQL or PL/SQL before buying this book, and now I'm an expert! I even understood the advanced chapters. I give this book full marks and highly recommend it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Oracle Database 10g SQL (Osborne ORACLE Press Series)
Oracle Database 10g SQL (Osborne ORACLE Press Series) by Jason Price (Paperback - February 20, 2004)
$52.99 $28.30
In Stock
Add to cart Add to wishlist