Buy Used
Used - Good See details
$46.84 & this item ships for FREE with Super Saver Shipping. Details

or
Sign in to turn on 1-Click ordering.
 
   
Sell Back Your Copy
For a $4.55 Gift Card
Trade in
Have one to sell? Sell yours here
SQL/400 Developer's Guide (Vol 2)
 
 
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.

SQL/400 Developer's Guide (Vol 2) [Paperback]

Mike Cravitz (Author), Paul Conte (Author)
4.8 out of 5 stars  See all reviews (19 customer reviews)


Available from these sellers.


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

Formats

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

Book Description

1882419707 978-1882419708 September 2000 Subsequent
Paul Conte and Mike Cravitz have written the must-have guide to SQL for AS/400 application developers. SQL/400 Developer's Guide is an authoritative book that will help you create and manipulate comprehensive, complex, professional-quality SQL/400 databases. The textbook covers database and SQL fundamentals, SQL/400 Data Definition Language (DDL) and Data Manipulation Language (DML), and database modeling and design. Coding suggestions reinforce the topics covered and provide practical advice on how to produce robust, well-functioning code.


Editorial Reviews

Review

A comprehensive, indispensable resource for students, programmers, and database administrators who need to learn about the AS/400 database. -- Bernadette Cinkoske, Assistant Professor, Ivy Tech State College

A practical database design and SQL programming textbook specifically for AS/400 application developers. -- Frank G. Soltis, IBM AS/400 Chief Scientist and Prof. Computer Engineering, Univ. of Minnesota

Both newcomers to the AS/400 and experienced AS/400 programmers will find SQL/400 Developer's Guide an excellent resource. -- Sharon L. Hoffman, Senior Analyst, TechReflections

This book is where you should start learning SQL on the AS/400. -- Kent Milligan, DB2 & BI Solutions, AS/400 Partner World for Developers

From the Author

Structured Query Language/400 is IBM’s strategic language for defining and manipulating DB2 UDB for AS/400 databases. IBM has recently stated that the proprietary Data Description Specifications and built-in RPG and COBOL I/O extensions are not being enhanced to support new database features. That means if you plan to take full advantage of the AS/400 integrated database, you need to know SQL. And, if you plan to use Java, you need to know SQL because JDBC (Java Database Connectivity) uses SQL to access the AS/400 database. Finally, if you plan to keep your application programming skills current, you need to know SQL because it’s the database language used on all major platforms. This book provides a comprehensive explanation of SQL/400 to students and practicing programmers. Once you master the topics covered in SQL/400 Developer’s Guide, you’ll be able to design and create professional level databases for real applications. This book also provides developers wi! th extensive advice on database design, as well as programming. We cover SQL data definition language (DDL) and data manipulation (DML) in detail. But we go beyond that to explain essential areas such as security, transaction integrity (commitment control), object and row locking, stored procedures, and trigger programs. The book includes numerous examples, tables, appendices, and detailed technical explanations so in most cases, you won’t need any AS/400 manual to create, manage, and use UDB/400 tables and other objects. This edition is based on Version 4 Release 5 of UDB/400, RPG IV, and ILE COBOL/400. This is an ideal book for programmers coming from other database platforms, such as Oracle, Microsoft’s SQL Server 2000, or other versions of DB2 UDB (e.g., on IBM mainframes). If that’s your situation, you should be able to blast through most of the chapters and get a very rapid start with UDB/400.

Product Details

  • Paperback: 508 pages
  • Publisher: 29th Street Press; Subsequent edition (September 2000)
  • Language: English
  • ISBN-10: 1882419707
  • ISBN-13: 978-1882419708
  • Product Dimensions: 10 x 8.4 x 1.1 inches
  • Shipping Weight: 2.7 pounds
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (19 customer reviews)
  • Amazon Best Sellers Rank: #1,048,050 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

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

10 of 10 people found the following review helpful:
5.0 out of 5 stars Best book to learn SQL/400, February 1, 2001
By 
Terry W. Smith (Aumsville, Oregon United States) - See all my reviews
This review is from: SQL/400 Developer's Guide (Vol 2) (Paperback)
If I were teaching (or taking) a class on SQL/400, or just wanting to learn how to develop AS/400 database applications, this is _the_ book that I would want to use. The information needed to develop AS/400 SQL applications is available from other sources, but contained in hundreds of technical manuals, magazine articles, news group postings, and code examples (just to name a few sources). The authors have used their considerable knowledge and experiences to shorten the learning process for the reader by pulling together that information into a single place. I am especially impressed with the organization of material into manageable topics, the easy to read writing style, and numerous tips and techniques presented. I found reading this book more like reading a good novel and wanting to see what happens in the next chapter rather than reading a textbook. I have to admit however I live with this stuff every day. Having been an AS/400 database administrator for the past 10 years I can appreciate the amount of knowledge, experience and effort required to write a book of this kind. The only downside to this book that I found is that I would have liked to see more information about developing applications using JDBC, interfacing with Windows applications using ADO and ODBC, and serving AS/400 information via Web pages. I find an increasing part of my workload to be answering questions about these topics. A good majority of those questions however don't deal with language specific access mechanisms but rather from a lack of understanding about AS/400 specific features and database fundamentals, topics which are well covered in this book. After reading this book I do have one additional problem also. Now I need to buy a stack of these books to hand out to the numerous developers who cross my desk on a daily basis.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 13 people found the following review helpful:
5.0 out of 5 stars Impressive technical depth, November 22, 2000
By 
"g-s" (Ft. Lauderdale, FL) - See all my reviews
This review is from: SQL/400 Developer's Guide (Vol 2) (Paperback)
I'm an AS/400 programmer with over ten years experience with RPG, DDS, and DB2/400. I've been working with SQL/400 for a little over a year. I wish I'd had this book when I started learning SQL! It has very thorough introductions to all the essential DDL and DML statements. Although I'm somewhat beyond the "basics" level now, I've also found lots of help with more advanced issues.

The explanation of transaction isolation levels and record locking is better than I've found anywhere. Also, the complex rules for "system" vs. "SQL" naming are finally comprehensible. The authors seem to know SQL/400 very well, judging from the numerous "nitty-gritty" technical fine points that are provided in footnotes.

This is really the kind of book that an AS/400 developer needs to become a good SQL programmer, too.

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


8 of 8 people found the following review helpful:
5.0 out of 5 stars SQL for the 400/iSeries Cool!, May 9, 2001
By 
R Stearns (Oregon City, OR USA) - See all my reviews
This review is from: SQL/400 Developer's Guide (Vol 2) (Paperback)
SQL the standard for data access is now presented in a AS400/iSeries user format. The differences that exist for the DB2/400 user are minor but significant enough to warrant 500 pages plus.

Conte and Cravitz flood the text with real working examples that hit homeruns with the IBM midrange user. Yet, minus the sprinkling of RPG/ILE & Cobol code any DB2 user would find the text extremely helpful.

Keep this book at the ready since it's a "quick grab" when questions come up regarding triggers, UDF's or Database Modeling and design.

The Book is a great starting point for the AS400/iSeries guru looking to open their database to the outside world. With a solid SQL footing the JDBC mountain is a much easier climb.

Conte & Cravitz keep up the great work!

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



Inside This Book (learn more)
First Sentence:
This book teaches you how to use Structured Query Language, or SQL, which is a computer language used to define and manipulate databases. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
commitment control environment, common table expressions, source file member, authorization list object, service program object, logical file member, physical file object, keyed access path, unqualified table, trigger program, coding suggestions, intermediate result table, multivalued fact, conventional file system, physical file member, single base table, source member name, sourced function, trigger buffer, foreign key rules, discount column, integrated file system, more base tables, open data path, timestamp durations
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Create Table, Create View, Alter Table, Create Procedure, Lock Table, Create Function, Declare Cursor, Developer's Guide, Operations Navigator, Create Index, Key Terms, Set Option, Execute Immediate, Read Committed, Ajax Inc, Create Collection, Select From Customer Where, Set Default, Smith Mfg, Wood Bros, Development Kit, Read Uncommitted, Read Write, Where Discount, Parameter Style
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




What Other Items Do Customers Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(3)
(2)

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...



Look for Similar Items by Category


Look for Similar Items by Subject