Wednesday, October 17, 2012

Alter

The ALTER TABLE statement allows changing the structure of a table after it has been created. New columns can be added with the ADD clause. Existing columns may be removed from a table using the Drop clause.


alter table emploeeys
add salary int


see more information plz visit

No comments:

Post a Comment