Dynamic SQL

Download Dynamic SQL PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484243188
Total Pages : 508 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Dynamic SQL by : Edward Pollack

Download or read book Dynamic SQL written by Edward Pollack and published by Apress. This book was released on 2018-12-27 with total page 508 pages. Available in PDF, EPUB and Kindle. Book excerpt: Take a deep dive into the many uses of dynamic SQL in Microsoft SQL Server. This edition has been updated to use the newest features in SQL Server 2016 and SQL Server 2017 as well as incorporating the changing landscape of analytics and database administration. Code examples have been updated with new system objects and functions to improve efficiency and maintainability. Executing dynamic SQL is key to large-scale searching based on user-entered criteria. Dynamic SQL can generate lists of values and even code with minimal impact on performance. Dynamic SQL enables dynamic pivoting of data for business intelligence solutions as well as customizing of database objects. Yet dynamic SQL is feared by many due to concerns over SQL injection or code maintainability. Dynamic SQL: Applications, Performance, and Security in Microsoft SQL Server helps you bring the productivity and user-satisfaction of flexible and responsive applications to your organization safely and securely. Your organization’s increased ability to respond to rapidly changing business scenarios will build competitive advantage in an increasingly crowded and competitive global marketplace. With a focus on new applications and modern database architecture, this edition illustrates that dynamic SQL continues to evolve and be a valuable tool for administration, performance optimization, and analytics. What You'ill Learn Build flexible applications that respond to changing business needs Take advantage of creative, innovative, and productive uses of dynamic SQL Know about SQL injection and be confident in your defenses against it Address performance concerns in stored procedures and dynamic SQL Troubleshoot and debug dynamic SQL to ensure correct results Automate your administration of features within SQL Server Who This Book is For Developers and database administrators looking to hone and build their T-SQL coding skills. The book is ideal for developers wanting to plumb the depths of application flexibility and troubleshoot performance issues involving dynamic SQL. The book is also ideal for programmers wanting to learn what dynamic SQL is about and how it can help them deliver competitive advantage to their organizations.

Dynamic SQL

Download Dynamic SQL PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484218116
Total Pages : 296 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Dynamic SQL by : Ed Pollack

Download or read book Dynamic SQL written by Ed Pollack and published by Apress. This book was released on 2016-04-29 with total page 296 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is an introduction and deep-dive into the many uses of dynamic SQL in Microsoft SQL Server. Dynamic SQL is key to large-scale searching based upon user-entered criteria. It’s also useful in generating value-lists, in dynamic pivoting of data for business intelligence reporting, and for customizing database objects and querying their structure. Executing dynamic SQL is at the heart of applications such as business intelligence dashboards that need to be fluid and respond instantly to changing user needs as those users explore their data and view the results. Yet dynamic SQL is feared by many due to concerns over SQL injection attacks. Reading Dynamic SQL: Applications, Performance, and Security is your opportunity to learn and master an often misunderstood feature, including security and SQL injection. All aspects of security relevant to dynamic SQL are discussed in this book. You will learn many ways to save time and develop code more efficiently, and you will practice directly with security scenarios that threaten companies around the world every day. Dynamic SQL: Applications, Performance, and Security helps you bring the productivity and user-satisfaction of flexible and responsive applications to your organization safely and securely. Your organization’s increased ability to respond to rapidly changing business scenarios will build competitive advantage in an increasingly crowded and competitive global marketplace. Discusses many applications of dynamic SQL, both simple and complex. Explains each example with demos that can be run at home and on your laptop. Helps you to identify when dynamic SQL can offer superior performance. Pays attention to security and best practices to ensure safety of your data. What You Will Learn Build flexible applications that respond fast to changing business needs. Take advantage of unconventional but productive uses of dynamic SQL. Protect your data from attack through best-practices in your implementations. Know about SQL Injection and be confident in your defenses against it Run at high performance by optimizing dynamic SQL in your applications. Troubleshoot and debug dynamic SQL to ensure correct results. Who This Book is For Dynamic SQL: Applications, Performance, and Security is for developers and database administrators looking to hone and build their T-SQL coding skills. The book is ideal for advanced users wanting to plumb the depths of application flexibility and troubleshoot performance issues involving dynamic SQL. The book is also ideal for beginners wanting to learn what dynamic SQL is about and how it can help them deliver competitive advantage to their organizations.

DB2 Developer's Guide

Download DB2 Developer's Guide PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0132836424
Total Pages : 1657 pages
Book Rating : 4.1/5 (328 download)

DOWNLOAD NOW!


Book Synopsis DB2 Developer's Guide by : Craig Mullins

Download or read book DB2 Developer's Guide written by Craig Mullins and published by Pearson Education. This book was released on 2012 with total page 1657 pages. Available in PDF, EPUB and Kindle. Book excerpt: DB2 Developer's Guide is the field's #1 go-to source for on-the-job information on programming and administering DB2 on IBM z/OS mainframes. Now, three-time IBM Information Champion Craig S. Mullins has thoroughly updated this classic for DB2 v9 and v10. Mullins fully covers new DB2 innovations including temporal database support; hashing; universal tablespaces; pureXML; performance, security and governance improvements; new data types, and much more. Using current versions of DB2 for z/OS, readers will learn how to: * Build better databases and applications for CICS, IMS, batch, CAF, and RRSAF * Write proficient, code-optimized DB2 SQL * Implement efficient dynamic and static SQL applications * Use binding and rebinding to optimize applications * Efficiently create, administer, and manage DB2 databases and applications * Design, build, and populate efficient DB2 database structures for online, batch, and data warehousing * Improve the performance of DB2 subsystems, databases, utilities, programs, and SQL stat DB2 Developer's Guide, Sixth Edition builds on the unique approach that has made previous editions so valuable. It combines: * Condensed, easy-to-read coverage of all essential topics: information otherwise scattered through dozens of documents * Detailed discussions of crucial details within each topic * Expert, field-tested implementation advice * Sensible examples

Performance Tuning with SQL Server Dynamic Management Views

Download Performance Tuning with SQL Server Dynamic Management Views PDF Online Free

Author :
Publisher : Fastprint Publishing
ISBN 13 : 9781906434472
Total Pages : 344 pages
Book Rating : 4.4/5 (344 download)

DOWNLOAD NOW!


Book Synopsis Performance Tuning with SQL Server Dynamic Management Views by : Louis Davidson

Download or read book Performance Tuning with SQL Server Dynamic Management Views written by Louis Davidson and published by Fastprint Publishing. This book was released on 2010 with total page 344 pages. Available in PDF, EPUB and Kindle. Book excerpt: Dynamic Management Views (DMVs) are a significant and valuable addition to the DBA's troubleshooting armory, laying bare previously unavailable information regarding the under-the-covers activity of your database sessions and transactions. Why, then, aren't all DBAs using them? Why do many DBAs continue to ignore them in favour of "tried and trusted" tools such as sp_who2, DBCC OPENTRAN, and so on, or make do with the "ready made" reports built into SSMS? Why do even those that do use the DMVs speak wistfully about "good old sysprocesses"? There seem to be two main factors at work. Firstly, some DBAs are simply unaware of the depth and breadth of the information that is available from the DMvs, or how it might help them troubleshoot common issues. This book investigates all of the DMVs that are most frequently useful to the DBA in investigating query execution, index usage, session and transaction activity, disk IO, and how SQL Server is using or abusing the operating system. Secondly, the DMVs have a reputation of being difficult to use. In the process of exposing as much useful data as possible, sysprocesses has been de-normalized, and many new views and columns have been added. This fact, coupled with the initially-baffling choices of what columns will be exposed where, has lead to some DBAs to liken querying DMVs to "collecting mystic spells." In fact, however, once you start to write your own scripts, you'll see the same tricks, and similar join patterns, being used time and again. As such, a relatively small core set of scripts can be readily adapted to suit any requirement. This book is here to de-mystify the process of collecting the information you need to troubleshoot SQL Server problems. It will highlight the core techniques and "patterns" that you need to master, and will provide a core set of scripts that you can use and adapt for your own systems, including how to: * Root out the queries that are causing memory or CPU pressure on your system * Investigate caching, and query plan reuse * Identify index usage patterns * Track fragmentation in clustered indexes and heaps * Get full details on blocking and blocked transactions, including the exact commands being executed, and by whom. * Find out where SQL Server is spending time waiting for resources to be released, before proceeding * Monitor usage and growth of tempdb The DMVs don't make existing, built-in, performance tools obsolete. On the contrary, they complement these tools, and offer a flexibility, richness and granularity that are simply not available elsewhere. Furthermore, you don't need to master a new GUI, or a new language in order to use them; it's all done in a language all DBAs know and mostly love: T-SQL.

SQL Server DMVs in Action

Download SQL Server DMVs in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638352674
Total Pages : 497 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis SQL Server DMVs in Action by : Ian Stirk

Download or read book SQL Server DMVs in Action written by Ian Stirk and published by Simon and Schuster. This book was released on 2011-05-08 with total page 497 pages. Available in PDF, EPUB and Kindle. Book excerpt: Every action in SQL Server - queries, updates, whatever - leaves a set of tiny footprints; SQL Server records all that valuable data and makes it visible through Dynamic Management Views, or DMVs. A DBA or developer can use this incredibly detailed information to significantly improve the performance of queries and better understand what's really going on inside a SQL Server system SQL Server DMVs in Action is a practical guide that shows how to obtain, interpret, and act on the information captured by DMVs to keep SQL Server in top shape. The 100+ samples provided in this book will help readers master DMVs and also give them a tested, working, and instantly reusable SQL code library. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

SQL Bible

Download SQL Bible PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0470229063
Total Pages : 890 pages
Book Rating : 4.4/5 (72 download)

DOWNLOAD NOW!


Book Synopsis SQL Bible by : Alex Kriegel

Download or read book SQL Bible written by Alex Kriegel and published by John Wiley & Sons. This book was released on 2008-04-07 with total page 890 pages. Available in PDF, EPUB and Kindle. Book excerpt: Combining theory with everyday practicality, this definitive volume is packed with the up-to-date information, new features, and explanations you need to get the very most out of SQL and its latest standard. The book is unique in that every chapter highlights how the new SQL standard applies to the three major databases, Oracle 11g, IBM DB2 9.5, and Microsoft SQL Server 2008. The result is a comprehensive, useful, and real-world reference for all SQL users, from beginners to experienced developers.

Pro T-SQL Programmer's Guide

Download Pro T-SQL Programmer's Guide PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484201450
Total Pages : 727 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Pro T-SQL Programmer's Guide by : Jay Natarajan

Download or read book Pro T-SQL Programmer's Guide written by Jay Natarajan and published by Apress. This book was released on 2015-03-02 with total page 727 pages. Available in PDF, EPUB and Kindle. Book excerpt: Pro T–SQL Programmer’s Guide is your guide to making the best use of the powerful, Transact-SQL programming language that is built into Microsoft SQL Server's database engine. This edition is updated to cover the new, in-memory features that are part of SQL Server 2014. Discussing new and existing features, the book takes you on an expert guided tour of Transact–SQL functionality. Fully functioning examples and downloadable source code bring technically accurate and engaging treatment of Transact–SQL into your own hands. Step–by–step explanations ensure clarity, and an advocacy of best–practices will steer you down the road to success. Transact–SQL is the language developers and DBAs use to interact with SQL Server. It’s used for everything from querying data, to writing stored procedures, to managing the database. Support for in-memory stored procedures running queries against in-memory tables is new in the language and gets coverage in this edition. Also covered are must-know features such as window functions and data paging that help in writing fast-performing database queries. Developers and DBAs alike can benefit from the expressive power of T-SQL, and Pro T-SQL Programmer's Guide is your roadmap to success in applying this increasingly important database language to everyday business and technical tasks. Covers the newly-introduced, in-memory database features Shares the best practices used by experienced professionals Goes deeply into the subject matter − an advanced book for the serious reader

IBM DB2 12 for z/OS Technical Overview

Download IBM DB2 12 for z/OS Technical Overview PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738442305
Total Pages : 300 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM DB2 12 for z/OS Technical Overview by : Meg Bernal

Download or read book IBM DB2 12 for z/OS Technical Overview written by Meg Bernal and published by IBM Redbooks. This book was released on 2019-07-03 with total page 300 pages. Available in PDF, EPUB and Kindle. Book excerpt: IBM® DB2® 12 for z/OS® delivers key innovations that increase availability, reliability, scalability, and security for your business-critical information. In addition, DB2 12 for z/OS offers performance and functional improvements for both transactional and analytical workloads and makes installation and migration simpler and faster. DB2 12 for z/OS also allows you to develop applications for the cloud and mobile devices by providing self-provisioning, multitenancy, and self-managing capabilities in an agile development environment. DB2 12 for z/OS is also the first version of DB2 built for continuous delivery. This IBM Redbooks® publication introduces the enhancements made available with DB2 12 for z/OS. The contents help database administrators to understand the new functions and performance enhancements, to plan for ways to use the key new capabilities, and to justify the investment in installing or migrating to DB2 12.

Java Programming with Oracle SQLJ

Download Java Programming with Oracle SQLJ PDF Online Free

Author :
Publisher : Oreilly & Associates Incorporated
ISBN 13 : 9780596000875
Total Pages : 381 pages
Book Rating : 4.0/5 (8 download)

DOWNLOAD NOW!


Book Synopsis Java Programming with Oracle SQLJ by : Jason Price

Download or read book Java Programming with Oracle SQLJ written by Jason Price and published by Oreilly & Associates Incorporated. This book was released on 2001 with total page 381 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you're a Java programmer working in an Oracle environment, you're probably familiar with JDBC as a means of accessing data within an Oracle database. SQLJ takes you further, allowing you to access a database using embedded SQL statements.Java Programming with Oracle SQLJshows you how to get the most out of SQLJ. Layered on top of JDBC, SQLJ greatly simplifies database programming. Rather than make several calls to the JDBC API just to execute a simple SQL statement, SQLJ executes that statement simply by embedding it within the Java code. In this book, Jason Price explains SQLJ programming from a task-oriented point of view. You'll learn how to: Embed queries and other SQL statements within Java programs Deploy SQLJ code not only on client machines, but also to JServer--Oracle's Java engine built into the database Use advanced techniques for working with collections, streams, large objects, and database objects, all without leaving the comfort of the SQLJ environment Tune SQLJ programs for maximum performance Throughout the book, the exposition of SQLJ and SQLJ programming techniques reflects the author's many years of professional experience as a programmer and consultant. Examples are first-rate, enabling you to learn SQLJ in no time. If you're writing Java code to access an Oracle database, you can't afford not to know about SQLJ.

Real World SQL Server Administration with Perl

Download Real World SQL Server Administration with Perl PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430208090
Total Pages : 817 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Real World SQL Server Administration with Perl by : Dave Shea

Download or read book Real World SQL Server Administration with Perl written by Dave Shea and published by Apress. This book was released on 2008-01-01 with total page 817 pages. Available in PDF, EPUB and Kindle. Book excerpt: "SQL Server Administration with Perl" consists of a series of scenarios covering a wide range of SQL Server administrative topics. These are real-world scenarios that you hear DBAs discussing on the SQL Server forums and newsgroups-scenarios that DBAs run into in their day-to-day development or production environments. Readers will walk away from this book with two things: a DBA toolkit with well over 150 Perl scripts and problem-solving techniques they can apply to create even more tools for attacking other SQL Server administrative problems.

Pro T-SQL 2008 Programmer's Guide

Download Pro T-SQL 2008 Programmer's Guide PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430210028
Total Pages : 671 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Pro T-SQL 2008 Programmer's Guide by : Michael Coles

Download or read book Pro T-SQL 2008 Programmer's Guide written by Michael Coles and published by Apress. This book was released on 2008-10-03 with total page 671 pages. Available in PDF, EPUB and Kindle. Book excerpt: Discussing new and existing features, SQL Server designer and administrator Michael Coles takes you on an expert guided tour of Transact–SQL functionality in SQL Server 2008 in his book, Pro T–SQL 2008 Programmer's Guide. Fully functioning examples and downloadable source code bring Coles' technically accurate and engaging treatment of Transact–SQL into your own hands. Step–by–step explanations ensure clarity, and an advocacy of best–practices will steer you down the road to success. Pro T–SQL 2008 Programmer's Guide is every developer's key to making full use of SQL Server 2008's powerful, built–in Transact–SQL language. Transact–SQL is the language developers and DBAs use to interact with SQL Server. It's used for everything from querying data, to writing stored procedures, to managing the database. New features in SQL Server 2008 include a spatial data type, SQLCLR integration, the MERGE statement, a dramatically improved and market–leading XML feature set, and support for encryption—all of which are covered in this book

DB2 for z/OS Version 8 DBA Certification Guide

Download DB2 for z/OS Version 8 DBA Certification Guide PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0132797348
Total Pages : 789 pages
Book Rating : 4.1/5 (327 download)

DOWNLOAD NOW!


Book Synopsis DB2 for z/OS Version 8 DBA Certification Guide by : Susan Lawson

Download or read book DB2 for z/OS Version 8 DBA Certification Guide written by Susan Lawson and published by Pearson Education. This book was released on 2004-10-28 with total page 789 pages. Available in PDF, EPUB and Kindle. Book excerpt: A practical guide to DB2 z/OS database administration that is 100 percent focused on running DB2 in z/OS environments The only comprehensive preparation guide for the IBM Certified Database Administrator for DB2 Universal Database V8 z/OS certification Covers database planning, design, implementation, operation, recovery, security, performance, installation, migration, and more Sample test questions help you prepare for both IBM DB2 DBA Tests 700 and 702 IBM DB2 Universal Database Version 8 for z/OS offers enterprises unprecedented opportunities to integrate information, deliver it on demand, and manage it simply and cost-effectively. Now, one of the world's leading DB2 consultants presents the definitive guide to administering DB2 UDB V8 databases in z/OS environments. DB2 for z/OS Version 8 DBA Certification Guide also serves as a key tool for anyone preparing for IBM Certified Database Administrator for DB2 Universal Database V8 for z/OS certification. IBM Gold Consultant Susan Lawson presents hundreds of practical techniques, expert guidelines, and useful tips for every facet of DB2 UDB database administration, including database implementation, operation, recovery, security, auditing, performance, installation, migration, SQL, and more. Coverage includes Understanding the DB2 product family, architecture, attachments, and the DB2 z/OS environment Securing enterprise-class DB2 installations and applications Using SQL to create and manage database objects, and manipulate and retrieve information Mastering key DBA tasks, including loading, reorganizing, quiescing, repairing, and recovering data; recovering and rebuilding indexes; and gathering statistics Implementing data sharing in Parallel Sysplex environments Learning the fundamentals of DB2 application development from the DBA's perspective Leveraging advanced DB2 functions, including stored procedures and other object-relational extensions Optimizing DB2 applications and the DB2 engine for maximum performance Whether you are administering DB2 UDB V8 in z/OS environments, planning to do so, or preparing for DB2 UDB V8 DBA certification, DB2 for z/OS Version 8 DBA Certification Guide will be your single most valuable resource.

Oracle Built-in Packages

Download Oracle Built-in Packages PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9781565923751
Total Pages : 966 pages
Book Rating : 4.9/5 (237 download)

DOWNLOAD NOW!


Book Synopsis Oracle Built-in Packages by : Steven Feuerstein

Download or read book Oracle Built-in Packages written by Steven Feuerstein and published by "O'Reilly Media, Inc.". This book was released on 1998 with total page 966 pages. Available in PDF, EPUB and Kindle. Book excerpt: A complete reference to all of the built-ins, including the new packages available with Oracle8, this book provides extensive examples and comes with a disk containing an online tool developed by RevealNet, Inc., that provides point-and-click access to the many files of source code and online documentation developed by the authors.

Oracle9i PL/SQL

Download Oracle9i PL/SQL PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430211547
Total Pages : 668 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Oracle9i PL/SQL by : Bulusu Lakshman

Download or read book Oracle9i PL/SQL written by Bulusu Lakshman and published by Apress. This book was released on 2002-11-12 with total page 668 pages. Available in PDF, EPUB and Kindle. Book excerpt: Developers using PL/SQL 9i as an environment for corporate applications will find detailed technical information and practical tips in Lakshman's book.

Oracle Embedded Programming and Application Development

Download Oracle Embedded Programming and Application Development PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 143981645X
Total Pages : 366 pages
Book Rating : 4.4/5 (398 download)

DOWNLOAD NOW!


Book Synopsis Oracle Embedded Programming and Application Development by : Lakshman Bulusu

Download or read book Oracle Embedded Programming and Application Development written by Lakshman Bulusu and published by CRC Press. This book was released on 2010-08-03 with total page 366 pages. Available in PDF, EPUB and Kindle. Book excerpt: Focusing on tried and true best practice techniques in cross-technology based Oracle embedded programming, this book provides authoritative guidance for improving your code compilation and execution. Geared towards IT professionals developing Oracle-based Web-enabled applications in PL/SQL, Java, C, C++, .NET, Perl, and PHP, it covers application d

Introduction to Database Management Systems:

Download Introduction to Database Management Systems: PDF Online Free

Author :
Publisher : Pearson Education India
ISBN 13 : 8131775828
Total Pages : 535 pages
Book Rating : 4.1/5 (317 download)

DOWNLOAD NOW!


Book Synopsis Introduction to Database Management Systems: by : Kahate, Atul

Download or read book Introduction to Database Management Systems: written by Kahate, Atul and published by Pearson Education India. This book was released on 2006 with total page 535 pages. Available in PDF, EPUB and Kindle. Book excerpt: Introduction to Database Management Systems is designed specifically for a single semester, namely, the first course on Database Systems. The book covers all the essential aspects of database systems, and also covers the areas of RDBMS. The book in

DB2 Universal Database for OS/390 V7.1 Application Certification Guide

Download DB2 Universal Database for OS/390 V7.1 Application Certification Guide PDF Online Free

Author :
Publisher : Prentice Hall Professional
ISBN 13 : 9780131007710
Total Pages : 628 pages
Book Rating : 4.0/5 (77 download)

DOWNLOAD NOW!


Book Synopsis DB2 Universal Database for OS/390 V7.1 Application Certification Guide by : Susan Lawson

Download or read book DB2 Universal Database for OS/390 V7.1 Application Certification Guide written by Susan Lawson and published by Prentice Hall Professional. This book was released on 2002 with total page 628 pages. Available in PDF, EPUB and Kindle. Book excerpt: IBM's definitive DB2 UDB V7.1 application development reference and exam study guide for the OS/390 and z/OS platforms An official IBM self-study guide for the DB2 UDB V7.1 Family Application Development Exam (#514) Expert DB2 programming tips, techniques, and guidelines from application development experts Covers data structures, SQL, stored procedures, programming/language environments, debugging, tuning, and more CD-ROM contains complete DB2 application development sample exam The definitive, authoritative guide to DB2 OS/390 application development certification Covers data structures, SQL, stored procedures, programming/language environments, debugging, tuning, and much more Includes a full section on object-relational programming and other advanced techniques Sample test questions help you prepare for the IBM DB2 UDB V7.1 Family Application Development Exam (#514) About the CD The CD-ROM included with this book contains a complete DB2 UDB V7.1 Family Application Development Exam (#514) sample exam. IBM DB2 UDB Version 7.1 for OS/390 and z/OS delivers unparalleled performance, scalability, and reliability in today's enterprise business environments. Now, there's a complete, authoritative guide to developing applications with DB2 UDB V7.1 in both OS/390 and z/OS environments--and preparing for the IBM DB2 UDB V7.1 Family Application Development Exam (#514). This comprehensive day-to-day guide to DB2 UDB application development is also the only book that delivers the depth of knowledge professionals need to pass IBM's challenging application development exam for the OS/390 and z/OSplatforms. IBM Gold Consultant Susan Lawson presents hundreds of useful tips, practical techniques, and expert guidelines for every facet of DB2 UDB application development and every stage of the development process for both OS/390 and z/OS platforms Coverage includes: Foundations for effective DB2 development, including an overview of the DB2 UDB product family and DB2 for OS/390 data structures SQL: basic concepts and coding techniques through advanced OLAP features, star schemas, and star joins Stored procedures, including the SQL procedure language and IBM's Stored Procedure Builder Best practices for application testing, debugging, and performance tuning The full range of DB2 development tools, including ODBC/CLI, Java(tm), COBOL, C, C++, REXX, CAF, CICS, and RRSAF Object-relational programming, including user-defined functions, user-defined data types, and triggers In-depth coverage of locking and concurrency Whether you're developing for DB2 UDB V7.1 in an OS/390 or z/OS environment, managing DB2 UDB V7.1 application development, preparing for DB2 UDB V7.1 Family Application Development, or all three, DB2 UDB for OS/390 Version 7.1 Application Certification Guide will be your single most valuable resource. IBM DB2 Series