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