Of Interest
Be responsible for your future Enter the USA legally!
Visa, Green Card, Citizenship, Passport Consultation Services
|
Oracle
»
DDL
»
Design
»
Changing a column's type or name
-- Change Type
ALTER TABLE CORPORATION MODIFY (COMPANY_NM VARCHAR2(100));
alter table employee modify ( last_name varchar2(40) );
-- Change Name
alter table employee rename column last_name to last_nm ;
|
|
|
Get the latest Rocket99 news and tech tips via
|