SQLRef / Quick Reference / Commands / A / ALTER TABLE
SQLRef Menu:
  • Quick Reference:
  • My Bookmarks
Enter a specific command or browse:

| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | All |

Name: alter table
Description: add/rename attributes, rename tables
Syntax:
	ALTER TABLE class_name [*] ADD COLUMN attr type
	ALTER TABLE class_name [*] RENAME [COLUMN] attr1 TO attr2
	ALTER TABLE class_name1 RENAME TO class_name2

Detailed Instructions For:
SQLRef Designed by Quentin Smith, © 2001-2003
Email the webmaster.
348141 hits since January, 2001.

Creative Commons License
This work is licensed under a Creative Commons License.