Home | Previous Page | Next Page   Modifying Data Through SQL Programs >

Using INSERT

You can embed the INSERT statement in programs. Its form and use in a program are the same as described in Modifying Data with the additional feature that you can use host variables in expressions, both in the VALUES and WHERE clauses. Moreover, in a program you have the additional ability to insert rows with a cursor.

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