Adding rows to a table using SQL statements

There are two ways to add rows to a table by using SQL statements:

Queries that add data to a table are called insert queries.

[ Previous Page | Next Page | Contents | Index ]