
SQL Built-In Functions and Stored Procedures
Product Description Look Inside the Book Author Bio Specifications Stored procedures and built-in functions can greatly expand the power and usefulness of SQL, but surprisingly these highly useful tools remain untapped by many programmers. For programmers who are new to the subject or those who want to expand on what they already know, this book provides a terrific introduction to the creation and use of built-in functions and stored procedures under OS/400 and i5/OS. But what are they? Built-in functions are a part of practically every programming language and can be a big boost to productivity by identifying and isolating functions that need to be executed repeatedly. SQL makes particularly good use of its built-in functions. Stored procedures are programs that can be called from within SQL--and other programming languages, such as RPG--to process entire datasets. This book will put you on the fast track to using and writing both effectively. After you learn the basics of these