ALTER TABLE

You can alter a table only if you created the table or are specifically authorized to do so. The ALTER TABLE statement specifies which existing table to change. For example, following ALTER TABLE, you can use the ADD statement to add a new column on the right side of a table. (See ADD.)

[ Previous Page | Next Page | Contents | Index ]