Friday, August 7, 2020

How to Modify a Column in Oracle Database

ALTER TABLE articles

MODIFY ID varchar2(100);

NOTE:Here I modify my primary key column.But remember that if you have value in this table you 

will not able to modify your column.

Thanks

Baizeed Rony

No comments:

Post a Comment