Part III

From InterBase
Jump to: navigation, search

In Part II you created the structure of your database: domains, tables, a view, and three indexes. Part III walks you through exercises where you will use the INSERT statement to populate (add data to) the database that you created in previous steps. Then you can use UPDATE and DELETE statements to manipulate the data.

Advance To:

Inserting Data