Previous Topic: Using Existing TablesNext Topic: Accessing SQL Tables


Populating SQL Tables

Before you can access data in a newly defined SQL table, you must populate the table. You can use any traditional method to load the data, or you can use the SQL INSERT statement.