Who should read the SQL Reference book

This book is intended for programmers who want to write applications that will use SQL to access an AS/400 database.

It is assumed that you possess an understanding of system administration, database administration, or application programming for the AS/400, as provided by the SQL Programming Concepts book and that you have some knowledge of the following:

References in this book to RPG and COBOL refer to the RPG or COBOL language in general. References to COBOL for AS/400, ILE COBOL for AS/400, ILE RPG for AS/400, or RPG III (part of RPG for AS/400) refer to specific elements of the product where they differ from each other.

This manual is a reference rather than a tutorial. It assumes you are already familiar with SQL programming. This manual also assumes that you will be writing applications solely for the AS/400.

If you need more information about using SQL statements, statement syntax, and parameters, see the SQL Programming Concepts book.

If you are planning applications that are portable to other IBM environments, it will be necessary for you to refer to books for those environments in addition to this one (such as IBM SQL Reference Version 2, SC26-8416).

Assumptions Relating to Examples of SQL Statements

The examples of SQL statements shown in this guide are based on the sample tables in Appendix A of the SQL Programming Concepts book and assume the following:

Whenever the examples vary from these assumptions, it is stated.

How to Read Syntax Diagrams

Throughout this book, syntax is described using the structure defined as follows:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]