Changing rows in a table using SQL statements

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

Queries that update data in a table are called update queries.

[ Previous Page | Next Page | Contents | Index ]