Adding rows to a table using SQL statements
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.
[ Previous Page | Next Page | Contents | Index ]