| Alter (sql) |
Article Index for Alter |
Website Links For Alter |
Information AboutAlter (sql) |
|
The typical usage is ALTER ''objecttype'' ''objectname'' ''parameters''. For example, the command to add a column named bubbles to an existing table named '''sink''' would be:ALTER TABLE sink ADD COLUMN bubbles INTEGER; |
|
|