OraclePLSQL-Page4
πAlter table Command
The structure of a table can be modified using the ALTER command.
Alter table works by making a temporary copy of the original table, the alteration is performed on the copy, then the original table is deleted and the new one is renamed.
πRenaming Tables
Comments
Post a Comment