Search
Go

Shop by category
 
OCA Oracle Database SQL Expert Exam Guide: Exam 1Z0-047 (Oracle Press)
Email a friendView larger image

OCA Oracle Database SQL Expert Exam Guide: Exam 1Z0-047 (Oracle Press)

List Price: $59.99
Our Price: $36.64
You Save: $23.35 (39%)
Shipping: This item ships for FREE with Super Saver Shipping.
SKU:

TEBK0071614214

In Stock
Usually ships in 1 business days

Note: Item may be sold and shipped by another company. Learn more.
Product Promotions:
  • Buy $50 in qualifying physical textbooks, get $2 in Amazon MP3 Credit.  Here's how (restrictions apply)
Description:

A fully integrated study system for Oracle Certification exam 1Z0-047

This exclusive Oracle Press guide covers all of the objectives on the newly created Oracle SQL Expert exam in detail, including control privileges, creating indexes and constraints, altering existing schema objects, creating and querying external tables, and using the advanced SQL features to query and manipulate data within the database.

Oracle Database SQL Expert Exam Guide features real-world examples, practice questions, and chapter summaries to help you learn the material. The CD-ROM contains two practice exams and an electronic copy of the book.

Product Details:
Author: Steve O'Hearn
Paperback: 712 pages
Publisher: McGraw-Hill Osborne Media
Publication Date: November 22, 2009
Language: English
ISBN: 0071614214
Product Length: 9.26 inches
Product Width: 7.4 inches
Product Height: 1.57 inches
Product Weight: 2.87 pounds
Package Length: 9.2 inches
Package Width: 7.5 inches
Package Height: 2.0 inches
Package Weight: 3.05 pounds
Average Customer Rating: based on 15 reviews
Customer Reviews:
Average Customer Review: 4.0 ( 15 customer reviews )
Write an online review and share your thoughts with other customers.


Most Helpful Customer Reviews

18 of 19 found the following review helpful:

4Great Studyguide for the Exam, and good overall SQL reverenceApr 27, 2010
By J. Pelaez "Tony"
The Oracle SQL Certified Expert exam covers several topics that are not covered in books that are geared towards the SQL Fundamentals exam. It is for that reason that I purchased this book to use as a study guide for the Oracle SQL Certified Expert exam. I recently passed the exam and give full credit to the time I spent going through this book and taking the practice tests.

The books assumes a little knowledge of SQL but I think it is a great guide for both beginners, and experts alike. It is well organized and has a great index. You can read it from beginning to end and it makes logical sense, or you can simply use it as a reference to look up the portions you are interested in. Because the book is geared towards passing the exam and not simply to provide more general SQL knowledge, you won't find any examples that you work on, alongside the book, as you read. Some people might find it hard to learn that way, but for me it was great. I didn't need to have a computer in front of me to try out the code to understand what it meant. This also allowed the book to focus on some of the more subtle and conceptual aspects of the SQL language and how Oracle has implemented it. I think that is key to having passed the exam. Because the book teaches the concepts behind the SQL language, instead of just giving syntax examples, it helps you correctly answer questions that might not directly relate to examples given in the book. For example, the book has a great section on the meaning of "NULL" which is used in a lot of "trick" questions. It might not give you all possible examples of where "NULL" can be used in a question, but it does give you a good understanding of what "NULL" means in the SQL context and therefore how to answer questions that could be affected by "NULL" in their code.

My biggest gripe with the book is the fact that it only came with 70 test questions on the CD, and that the CD is Windows only. 70 questions is the equivalent to 1 practice exam. You can download an additional 70 questions from the web after registering with the publisher, but even doing that only gives you 2 practice exams worth of material. It doesn't take long to memorize all the correct answers for 140 questions. I would have preferred the book if it came with at least twice as many questions. I also think its kind of ridiculous that the CD itself is not cross platform. Such practice exams could have been developed in a way which would have allowed me to run it under Mac OS X or Linux. Instead I had to run Windows under virtualization just to take the practice exam.

9 of 9 found the following review helpful:

3Covers the material but is verboseAug 10, 2010
By SantoshK
I have used multiple books to prepare for the Oracle SQL Expert exam.
This particular book is unique in that it covers all the topics for the exam (including the following
topics which are hard to find in just one book):
Generating Reports by Grouping Related Data, Managing Objects with Data Dictionary Views, Regular Expression Support, and Hierarchical Retrieval, and a few sections on managing TimeZones, Flashback, and External Tables.

Although this book is comprehensive enough for the examination, I thought the topics were covered more clearly in other books - particularly Oracle SQL by Watson and Mastering oracle SQL by Mishra. If your primary goal is to pass the exam, this book is ideal. Otherwise, study from a combination of aforementioned books.

Pros:
+Covers all the topics for the SQL Expert certification.
+Accessible to someone new to Oracle.

Cons:
-The author repeats himself 3 to 4 times in each section.
-The syntax and the description are verbose ( the syntax is given with an
example query and about a page describing it which could have easily been
replaced by [ ] | etc...)
-The examples are rudimentary and extremely obvious from the discussion

8 of 8 found the following review helpful:

5Book + eBook = Good DealMay 03, 2010
By ESVK "SVK"
Steve O'Hearn does a good job delivering a very encouraging, personal (as well as informative) tone to the material. While containing much the same material as other Oracle Press SQL books, it does not lift or "steal" any of the wording. O'Hearn has opted to write everything from scratch. The book also lacks the typographical errors that have plagued so many Oracle Press books over the years.
This book's objective is to prepare you for the exam. It is not an exhaustive SQL reference (though certainly robust) - nor does it claim to be. In addition to the book itself, you also have access to the ebook and additional exam simulated questions via the CD. The ebook is in Adobe and isn't formatted quite as well as the Kindle version. The ebook is baked into the price at nearly $40.
There really isn't too much I would offer in the area of improvements - except to have even more exam type questions.

5 of 5 found the following review helpful:

5It fulfils its purposeFeb 11, 2011
By Edelmiro Fuentes
As someone who has been working with Oracle for years, I was pretty confident about my SQL knowledge but I decided to buy this book anyway in order to fill some small gaps that I noticed when I checked the topics covered in the exam. I am glad that I did, because the gaps were a little bit bigger than I thought and some of the topics I was feeling very confident about needed some polishing.

As I am used to working with strict naming conventions, a basic question such as whether or not is possible to give the very same name to a table, an index or a constraint never occurred to me before (the answer is yes, as they belong to different namespaces). I also thought that I knew perfectly well everything related to joins but I found little surprises such as a predefined keyword for the Cartesian product (CROSS JOIN) or that a column of datatype TIMESTAMP WITH LOCAL TIME ZONE can be used as a PK but a column of datatype TIMESTAMP WITH TIME ZONE cannot.

The book is well organized and it covers point by point the objectives of the Oracle exam. The examples are well chosen (no need to be in front of your computer) and the way the author explains each topic is so clear that the book could also be used by a beginner as a learning tool. I could only spot a small typo (SEELCT instead of SELECT on page 521) and probably one of the questions on a self test about the use of a pseudocolumn on page 163 that could have been improved a little bit:

SELECT ROWNUM, *
FROM PORTS
ORDER BY PORT_NAME;

It fails with a syntax error but the author didn't mention that it can be solved by using an alias:

SELECT ROWNUM, p.*
FROM PORTS p
ORDER BY PORT_NAME;

But these are really unimportant details. If you have not taken any Oracle exam yet, the one provided with the book will give you a very good idea about what to expect, but be warned that questions in the exam are a little bit harder. For me, this book was a key element for passing the exam and I can surely recommend it.

3 of 3 found the following review helpful:

2An obvious problem with this bookAug 02, 2011
By Tom
The book is well-written and O'Hearn does an excellent job of explaining the material. The problem with this book is that the code references a schema that is non-existent. Instead of using the excellent test schemas that Oracle provides with its database software, O'Hearn uses examples from a schema that he neither supplies on the included CD or makes available on the Oracle Press website. Why was this done? This book could have been excellent except for this glaring omission. If he was going to use a schema that Oracle did not provide with their software, why not supply it with the book? It must exist since he uses it for the examples he gives in the book. The book is excellent and I am using it along with SelfTest software to study for the 1Z0-047 test, but it is disappointing not to have the source for the examples used in the book to practice with. I'll update this after I take the test in a few weeks with the outcome.

Not to nitpick but this book has at least one error in it. I will add others as I find them. On page 217, the author states that the RPAD function pads a character string with x number occurrences of a string. In reality, RPAD pads the character string until the string length reaches x number of characters. For example, (using his example):

SELECT RPAD('Chapter One - I Am Born',40,'.') FROM DUAL will result in a character string of Chapter One - I Am Born................. which is what he shows in the book. However, in the text, he states that the SQL will "Take a string literal 'Chapter One - I Am Born' and pad it to the right with 40 occurrences of a single period." Anyone following the text would likely miss any exam question based on his explanation.

I did not see an errata link on the Oracle Press web page for this book.

See all 15 customer reviews on Amazon.com
About Us   Contact Us
Privacy Policy Copyright © , Security Books. All rights reserved.
Web business powered by Amazon WebStore