Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
MySQL Tutorial
Introduction
Select Query
Database
Table
Table Join
Subquery
Insert Update Delete
Logic Operator
View
Data Types
Procedure Function
Cursor
Trigger
Date Time Functions
Comparison Functions Operators
Aggregate Functions
Cast Functions Operators
Control Flow Functions
Encryption Compression Functions
Information Functions
Math Numeric Functions
Miscellaneous Functions
String Functions
Regular Expressions
Data Dictionary
MySQL Utilities
Privilege
Alter Table « Table « MySQL Tutorial
MySQL Tutorial
Table
Alter Table
4.3.Alter Table
4.3.1.
ALTER [IGNORE] TABLE table_name specification [,specification]
4.3.2.
Add primary key to a table by using the alter table command
4.3.3.
Drop table column with alter table command
4.3.4.
Alter table to add the foreign key
4.3.5.
Drop primary key from a table using the alter table command
4.3.6.
MODIFYing a TABLE