Of Interest
Be responsible for your future Enter the USA legally!
Visa, Green Card, Citizenship, Passport Consultation Services
|
Oracle
»
DDL
»
Design
»
Alter and Renam
Alter a column
-- alter a column
alter table ACCOUNT modify ( CUSTOMER_NM varchar2(100));
alter table INVOICE modify ( TOTAL_AMT float null );
-- rename a column
alter table EMPLOYEE rename column SALARY to COMPENSATION ;
|
|
|
Get the latest Rocket99 news and tech tips via
|