Using QMF
There are two ways to add rows to a table by using SQL statements:
- Use the QMF DRAW command to create a query that adds the data to the
table.
- Use SQL statements to create your own query to add the data to the
table.
Queries that add data to a table are called insert
queries.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]