DB2 Server for VSE & VM: Interactive SQL Guide and Reference


Introducing ISQL

SQL statements retrieve, add, delete, and update data in tables, and can be either embedded or interactive. The Embedded SQL statements are coded within an application program, and do not begin until the program is being run. SQL statements that are issued interactively, by comparison, create an immediate program or system response for each statement the user issues at a display terminal. This is interactive processing, and it is the focus of this manual.

You can issue statements or commands from a display terminal through the interactive SQL (ISQL) facility. Using the following ISQL commands, you can work with the database manager from a display terminal to:


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