Showing posts with label database. Show all posts
Showing posts with label database. Show all posts

Saturday, January 7, 2012

Oracle Database 10g PL/SQL Programming Review

Oracle Database 10g PL/SQL Programming
Average Reviews:

(More customer reviews)
The book is a large survey of the PL/SQL language and introduces many new things that have changed with 10g. But there is a major problem with the book, which runs throughout almost all Oracle Documentation.
The book is written more as a corporate training manual than that of a programming text book. As probably everyone who ever took a training class from their company knows, training is often done by people who not only are not educators, but may not actually understand or have even used the subject of the training. It is intentional that such people do not state the concepts abstractly - they only know concrete examples and maybe only the example in their pre-written material.
This book fits this description to a T. It does not specify the correct syntax except in examples. It does not specify the qualifications and conditions governing the language elements or the examples. As such, unless you are essentially copying an example almost verbatim, you have no real knowledge of whether your code will compile, let alone work as intended. As an example consider their discussion of SELECT statements. They speak about the Select clause, the INTO clause, etc. Nowhere do they state that the list of items in the INTO clause should separated by commas. Although most people could correctly guess that the comma is the separator, you need to find an example to show you that. The book is rampant with omissions like this. Two pages later, they use an OPEN - FOR construct in an example without introducing it. That it can be used dynamically, i.e. with the query in a character string constructed at run time, is not only not mentioned in this section, but is not even mentioned in the chapter on Dynamic SQL.
This should be looked upon as a book of (simple) examples. It should be no one's text or reference.

Click Here to see more reviews about: Oracle Database 10g PL/SQL Programming

Create dynamic client/server applications using PL/SQL and the comprehensive information contained in this authoritative volume. Expert Oracle insiders cover the features of PL/SQL, explain scripting semantics and syntax, and fully detail the PL/SQL functionality of Oracle Database 10g. You'll learn how to write powerful PL/SQL programs, interact with Oracle databases, perform complex calculations, and handle error conditions.

Buy NowGet 44% OFF

Click here for more information about Oracle Database 10g PL/SQL Programming

Read More...

Tuesday, August 16, 2011

Oracle9i: The Complete Reference Review

Oracle9i: The Complete Reference
Average Reviews:

(More customer reviews)
This is the one I've been waiting for. It's got coverage of the 9i features like external tables and updates the older chapters to include features. I hadn't even heard about multitable inserts before this book. The CD has 9i R2 docs as well as the book scripts. Overall, more in-depth coverage than the 9i New Features book but the new features are more integrated to old text so you may have to read a little more but it's worth it.

Click Here to see more reviews about: Oracle9i: The Complete Reference

Master all the powerful features of Oracle9i using the exclusive information inside this indispensable resource. Written by best-selling Oracle Press authors Kevin Loney and George Koch, this volume explains how to implement all the components of Oracle9i. This is a must-have reference for all Oracle professionals.

Buy Now

Click here for more information about Oracle9i: The Complete Reference

Read More...

Saturday, July 30, 2011

Databases DeMYSTiFieD, 2nd Edition Review

Databases DeMYSTiFieD, 2nd Edition
Average Reviews:

(More customer reviews)
This is a great book and I'm going to teach out of it. It is clearer and more accessible than big database textbooks that cost $140 (which the students never read anyway.) Plus, it has great screenshots and covers both Mysql qnd Microsoft Access. But what I really like is how much design he put into it. It covers a lot of the really essential items and is a pleasure to read.

Click Here to see more reviews about: Databases DeMYSTiFieD, 2nd Edition


Learning DATABASE fundamentals just got a whole lot EASIER!
Now you can design, build, and manage a fully functional database with ease. Thoroughly updated to cover the latest technologies and techniques, Databases Demystified, Second Edition gives you the hands-on help you need to get started.
Written in a step-by-step format, this practical guide covers methods that can be used with any database, including Microsoft Access, MySQL, Microsoft SQL Server, and Oracle. You'll learn about relational database components, database queries, SQL, the database life cycle, logical database design using normalization, and physical database design. Data and process modeling, database security, Online Analytical Processing (OLAP), and XML are also covered. Detailed examples and concise explanations make it easy to understand the material, and end-of-chapter quizzes and a final exam help reinforce learning.
It's a no-brainer! You'll find out how to:
Create and run database queries using the forms-based query tool in Microsoft Access
Write SQL statements and queries
Use entity relationship diagrams (ERDs) for data modeling
Design physical tables
Connect databases to users, computer systems, and applications
Secure database data
Handle cursor processing, transaction management, and performance tuning
Integrate XML documents and objects into databases

Simple enough for a beginner, but challenging enough for an advanced student, Databases Demystified, Second Edition is your self-paced guide to learning universal database concepts.

Buy NowGet 30% OFF

Click here for more information about Databases DeMYSTiFieD, 2nd Edition

Read More...

Monday, July 25, 2011

Oracle Database 10g SQL (Osborne ORACLE Press Series) Review

Oracle Database 10g SQL (Osborne ORACLE Press Series)
Average Reviews:

(More customer reviews)
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.

Click Here to see more reviews about: Oracle Database 10g SQL (Osborne ORACLE Press Series)

This volume will take you from novice to master, covering not only how to use SQL but also the Oracle extensions to SQL. The examples feature the sample schemas available with Oracle Database 10g, and free code will be available for download.

Buy NowGet 43% OFF

Click here for more information about Oracle Database 10g SQL (Osborne ORACLE Press Series)

Read More...