InterBase Quick Start: Part III - Populating the Database

From InterBase
Jump to: navigation, search

Go Up to InterBase Quick Start


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.

Topics