Syntax:Alter table tablename modify (columnname datatype (size), columnname datatype(size)..);
Example:Alter table student modify ( studentname varchar2(50) );
Your experience on this site will be improved by allowing cookies. Read Cookie Policy