Sell Back Your Copy
For a $13.50 Gift Card
Trade in
Have one to sell? Sell yours here
DB2® SQL PL: Essential Guide for DB2® UDB on Linux™, UNIX®, Windows™, i5/OS™, and z/OS® (2nd Edition)
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

DB2® SQL PL: Essential Guide for DB2® UDB on Linux™, UNIX®, Windows™, i5/OS™, and z/OS® (2nd Edition) [Hardcover]

Zamil Janmohamed (Author), Clara Liu (Author), Drew Bradstock (Author), Raul F. Chong (Author), Michael Gao (Author), Fraser McArthur (Author), Paul Yip (Author)
4.6 out of 5 stars  See all reviews (14 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Hardcover --  
Paperback --  
Sell Back Your Copy for $13.50
Whether you buy it used on Amazon for $35.17 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $13.50.
Used Price$35.17
Trade-in Price$13.50
Price after
Trade-in
$21.67

Book Description

0131477005 978-0131477001 November 25, 2004 2
This new edition covers the DB2 SQL Procedural language (PL) improvementsthat will be introduced as part DB2 8.2. In addition to updates in coverage forLinux, Unix and Windows, there is upside for those working on i-Series and z-Series, where SQL PL functionality did not reside prior to 8.1. In addition toimprovements, 8.2 introduces a method for resolving performance issues, i.e.how to monitor and identify bottlenecks and provide alternatives forresolution. This new book will cover ANY platform! This book teaches thereader how to setup the development environment and use all languageelements of SQL PL through concrete examples and thorough discussions ofXML, SQL procedures, stored procedures, and triggers. Also included areexpert tips and best-practices for achieving optimal performance and codemanageability. This book will be a valuable reference for SQL PL code syntaxand troubleshooting.


Editorial Reviews

From the Back Cover

  • IBM's definitive guide to writing DB2 SQL PL stored procedures, triggers, UDFs, and dynamic compound SQL
  • Fully updated to reflect the entire DB2 UDB product family, and new SQL PL improvements for Windows, UNIX, Linux, iSeries, and zSeries
  • Presents expert tips and best practices drawn from extensive experience in real customer environments
  • Covers everything from basic program structure through advanced techniques
  • Includes up-to-the-minute coverage of optimization and troubleshooting

Using the IBM DB2 SQL Procedural Language (SQL PL), programmers can drive major improvements in database performance, manageability, and time-to-market. Now, IBM's own experts present the definitive guide to DB2 SQL PL development on any platform: Windows, UNIX, Linux, iSeries, or zSeries.

DB2 SQL PL, Second Edition shows developers how to take advantage of every facet of the SQL PL language and development environment. The authors offer up-to-the-minute coverage, best practices, and tips for building basic SQL procedures, writing flow-of-control statements, creating cursors, handling conditions, and much more. Along the way, they illuminate advanced features ranging from stored procedures and triggers to user-defined functions.

The only book to combine practical SQL PL tutorials and a detailed syntax reference, DB2 SQL PL, Second Edition draws on the authors' unparalleled expertise with SQL PL in real business environments. Coverage includes

  • Using SQL PL to improve manageability and performance, while clearly separating DBA and development roles
  • Writing more efficient stored procedures, triggers, user-defined functions (UDFs), and dynamic compound SQL
  • Identifying SQL PL performance bottlenecks--and resolving them
  • Leveraging new language enhancements for Windows, UNIX, and Linux: improved table function support, session based locking, nested save points, new prepare options, and more
  • Using new features for iSeries V5R3: built-in string and date/time manipulation functions, SEQUENCE objects, and more
  • Utilizing zSeries Version 8's integrated stored procedures debugging and improved SQL Conditions support
  • Mastering DB2 Development Center, the unified development environment for creating DB2 stored procedures

Whether you're developing new SQL PL applications, migrating or tuning existing applications, or administering DB2, you'll find this book indispensable.

About the Author

Clara Liu, Fraser McAuthur, Michael Gao, Paul Yip, and Raul Chong are consultants from the Information Management Services at the IBM Toronto Laboratory. They work closely with the IBM DB2 development team and have extensive hands-on experience with the DB2 SQL Procedural Language (SQL PL) through their work with IBM business partners and customers.

Drew Bradstock is the Product Manager for DB2 for Linux, UNIX and Windows. He works with all of DB2’s customers, users, developers and champions to ensure that each release exceeds customers’ expectations. Drew has been a speaker at numerous conferences, a Redbook author and is always looking for feedback on DB2.

Zamil Janmohamed is a Websphere Commerce development manager at the IBM Toronto Lab. He manages a team focused on developer productivity and tooling for Websphere Commerce practitioners. He also has an extensive background working with relational databases, not only as it relates to developing applications, but also designing, implementing, and supporting databases.


Product Details

  • Hardcover: 576 pages
  • Publisher: IBM Press; 2 edition (November 25, 2004)
  • Language: English
  • ISBN-10: 0131477005
  • ISBN-13: 978-0131477001
  • Product Dimensions: 9.3 x 7.2 x 1.3 inches
  • Shipping Weight: 2.1 pounds
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (14 customer reviews)
  • Amazon Best Sellers Rank: #1,184,769 in Books (See Top 100 in Books)

 

Customer Reviews

14 Reviews
5 star:
 (12)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.6 out of 5 stars (14 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

8 of 8 people found the following review helpful:
5.0 out of 5 stars The Fastest Path to Mastering DB2 Stored Procedures, January 8, 2003
This comprehensive yet concise introduction to DB2's SQL procedural language is the first and best place to find guidance on this crucial topic. Stored procedures are fast becoming the mainstay of successful client/server and Web-based DB2 applications, and this book WILL teach you how to develop them, even if all you currently know is just a bit of SQL.

Written by DB2 experts from the IBM Toronto Labs, this is one of those rare texts that actually imparts expertise. It is eminently readable and crystal clear in its explanations of concepts and their application.

Any and every developer of DB2 stored procedures should read -- and enjoy -- this book

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


10 of 11 people found the following review helpful:
4.0 out of 5 stars embed yourself in db2, December 26, 2004
This review is from: DB2® SQL PL: Essential Guide for DB2® UDB on Linux™, UNIX®, Windows™, i5/OS™, and z/OS® (2nd Edition) (Hardcover)
The book describes IBM's Procedural Language, which runs on their db2 servers. It is not a general purpose language, like C or Java. Rather, it is tied directly to db2 and IBM's implementation of SQL. But within this context, the book explains the expressive power of PL. It shows at length how you can write stored procedures, triggers and functions in PL. The level of detail and the cited examples should reassure you of PL's capability.

But why even write business logic code at the database layer? There have been other books on n-tier application design, which call for the locating of business logic in a middle tier and not at the database. The authors' rejoinder is that while that makes for an elegant design, practical experience shows that often, crucial logic needs to be at the database. This reduces networks traffic and can heavily improve perforance. Hence the need for PL, or something like it.

Be wary of the book's claim that PL lets you write "portable application logic". It is portable only between instances of db2 running under linux, unix, Microsoft Windows or IBM's operating systems. When you write embedded logic in PL, you are also embedding yourself or your company into db2. Which may indeed be fine by you. But just so you know.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars DB2 SQL Procedural Language for Linux, UNIX, and Windows, April 14, 2003
By 
B. Vialpando (Dallas TX United States) - See all my reviews
Conversational in tone, interesting to follow, this book reads more like a novel that keeps you turning pages with avid interest rather than another dry "technical" resource. As someone who deals with SQL PL on an almost daily basis, I was pleasantly surprised to find I learned many things going through this book. The authors don't try to cover every tangent on the subject, and end up with an excellent resource with specific examples that deal with the topic it covers well: DB2 UDB SQL PL.
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
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject