Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Science » Beginning PL/SQL: From Novice to Professional (Beginning from Novice to Professional)  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
New Releases
Introduction to Information Retrieval
Beginning SQL Server 2008 for Developers: From Novice to Professional (Beginning from Novice to Professional)
Introduction to Metadata: Revised Edition
Beginning Google Web Toolkit: From Novice to Professional (Beginning: from Novice to Professional)
Beginning DB2: From Novice to Professional (Expert's Voice)
Beginning Microsoft SQL Server 2008 Programming
Oracle 11g New Features: Get Started Fast with Oracle 11g Enhancements (Oracle In-Focus series)
Introduction to Video Search Engines
Visit Laptop Nirvana for the best Cheap Discount Laptops
Bestsellers
Introduction to Data Mining
New Perspectives on Microsoft Office Access 2007, Introductory
Beginning SQL Server 2005 Programming (Programmer to Programmer)
Introduction to Information Retrieval
Microsoft Office Access 2003, Illustrated Introductory, CourseCard Edition (Illustrated Series)
Beginning SQL Server 2005 Administration
Beginning C# 2008 Databases: From Novice to Professional (Beginning from Novice to Professional)
Microsoft Office Access 2007: Introductory Concepts and Techniques (Shelly Cashman Series)
New Perspectives on Microsoft Office Access 2003, Introductory, CourseCard Edition (New Perspectives (Paperback Course Technology))
Beginning Databases with PostgreSQL: From Novice to Professional, Second Edition (Beginning from Novice to Professional)

Beginning PL/SQL: From Novice to Professional (Beginning from Novice to Professional)

Beginning PL/SQL: From Novice to Professional (Beginning from Novice to Professional)

zoom enlarge 
Author: Donald Bales
Publisher: Apress
Category: Book

List Price: $44.99
Buy New: $29.67
You Save: $15.32 (34%)



New (17) Used (7) from $29.67

Avg. Customer Rating: 5.0 out of 5 stars 4 reviews
Sales Rank: 107229

Media: Paperback
Number Of Items: 1
Pages: 476
Shipping Weight (lbs): 1.7
Dimensions (in): 9.6 x 7.2 x 0.9

ISBN: 1590598822
Dewey Decimal Number: 005.133
EAN: 9781590598825
ASIN: 1590598822

Publication Date: August 24, 2007
Availability: Usually ships in 1-2 business days
Shipping: Expedited shipping available
Condition: New, unread, unused and in perfect condition with no missing or damaged pages, may have a remainder mark.

Editorial Reviews:

Product Description

Get started with PL/SQL, the built-in language that every Oracle developer and database administrator must know, in Beginning PL/SQL, a fast-paced and example-filled tutorial. Learn from author Don Bales extensive experience to discover the most commonly used aspects of PL/SQL without wasting time with obscure and obsolete features.

Author Don Bales takes his 20+ years of experience and a wealth of statistics he's gathered on PL/SQL usage over those years and applies the 80/20 rule &emdash; cover whats most needed and used by PL/SQL professionals and avoid whats not necessary! The result is a book that covers all the key features of PL/SQL without wasting your time discussing esoteric and obsolete parts of the language. Learn what really matters, so that you can get to work feeling confident with what you know about PL/SQL.

  • Discover the 20% of PL/SQL that gives you 80% of the bangkey topics covered include variables and datatypes, executing statements, working with cursors, real-world objects, debugging, testing, and more.
  • Learn how to write production-level, object-oriented PL/SQLyoull explore relational PL/SQL, but unlike most other books on the subject, Don Bales emphasizes the use of PL/SQLs object-oriented features as well.
  • Work through real examples of using of PL/SQLyoull learn PL/SQL by applying it to real-world business problems, not by heavy theory.

What youll learn

  • How important SQL is in PL/SQL
  • How to use PL/SQL in both a relational and object-relational setting
  • How to create maintainable, modular, and reusable PL/SQL program units
  • The importance of testing as you go, and of building a permanent test plan for each module
  • The importance of building debugging capabilities into your code and building a permanent debug facility for each module
  • The importance of documenting as you go, and in the process building a permanent documentation set for your reusable modules
  • How to apply modular PL/SQL to solve real-world problems

Who is this book for?

Anyone who wants to learn how to create stored procedures against an Oracle database using PL/SQL. Programmers developing applications to be deployed against an Oracle database will need PL/SQL to take full advantage of the power Oracle has to offer. Database administrators who wish to implement functionality exposed only via PL/SQL package interfaces will also find this book useful.

About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from "novice to professional." Youll start your journey by seeing what you need to knowbut without needless theory and filler. Youll build your skill set by learning how to put together real-world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you thereit is your trusted guide through unfamiliar territory!




Customer Reviews:

5 out of 5 stars A deep, thorough and quite enjoyable book on PL/SQL...   June 13, 2008
As an Oracle developer for over 10 years, I have read many Oracle books on a variety of topics, and this book is definitely one of those that stands heads above the others. As the title suggests, Beginning PL/SQL: From Novice to Professional covers a range of PL/SQL topics, both foundational and advanced. From the fundamentals such as triggers, procedures, packages, the book moves into the more advanced operations of Bulk Collection, Objects and even one of the more neglected but no less important areas in PL/SQL, unit testing. The topics in this book are delivered to the reader from a professional point of view in that all examples of the PL/SQL in the book are approached and designed as quality, production ready code. Topics such as design patterns, best practices and even some of the more insidious Oracle "gotchas" are discussed in this book, making it a wealth of information available to both the new as well as seasoned developer looking to update their PL/SQL knowledge. As a final bonus, this book packs all of this pertinent information in an refreshingly compact size with a breezy, fresh writing style. As one who has many a weighty computer tome where maybe 50% of the book has pertinent information and the rest is fluff, finding books where the fluff is removed are books to be treasured. If you are a PL/SQL developer of any level, beginner or veteran, this book is definitely one that should be turned to for information.


5 out of 5 stars A friendly and well-written book recommended for anyone ready to learn PL/SQL.   June 13, 2008
A friendly and well-written book recommended for anyone ready to learn PL/SQL. This Beggining PL/SQL well-written and well-organized introduction to the PL/SQL programming language. It uses a careful, example-based, easy to understand approach.
Thank you



5 out of 5 stars Excellent PL/SQL resource   June 12, 2008
The author did an excellent job covering novice PL/SQL concepts and building those concepts into more advanced topics such as information modeling and object orientation. Each chapter is filled with easy to follow, step-by-step coding examples. Each chapters also contains exercises where you create and execute code. I found this most useful. There is no better way to learn than actually doing it yourself.

One thing that impressed me is how the author stressed the importance of testing code during the application development process. An entire chapter is dedicated to application code testing and documentation and rightfully so. Every PL/SQL programmer should own a copy of this book!







5 out of 5 stars Great book to solve the mystery of PL/SQL for a beginner   October 12, 2007
 6 out of 6 found this review helpful

As a Information Technology professional with little expertise in PL/SQL I bought this book as a replacement for a PL/SQL training course. It has taught me much and is a very good reference. I feel confident about attending the future Oracle training courses without having attended the pre-requisite PL/SQL training course after reading the contents in this book. I can see that the information in this book will still be useful for years to come as it covers fundamental information. I recommended ut as it lays a good foundation. It is not one of those books that states the obvious or is so simple that you to wonder why you purchased it (and we have all done that before, haven't we).

Powered by Associate-O-Matic