Changes

Jump to: navigation, search

Updating and Deleting MySQL Tables

31 bytes added, 14:13, 19 March 2009
Altering a MySQL Table
== Altering a MySQL Table ==
<google>ADSDAQBOX_FLOW</google>
A pre-existing table in a database may be modified using the SQL ''ALTER TABLE'' statement. The ''ALTER TABLE'' statement allows the structure of a table to be modified. Permitted changes include the addition or removal of columns, changing the data type of a column and renaming of the table or columns.

Navigation menu