DB2 Server for VSE & VM: Application Programming


Comparing Non-Query Statements to Query Statements

The SQL statements that you can dynamically define and execute fall into one of two categories: non-query SQL statements (such as ALTER, CREATE, DELETE, INSERT, and UPDATE) and query statements (such as SELECT). General usage techniques for both categories are discussed below; specific statement syntax is shown in the following sections.


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