add column alter table default value

Solutions on MaxInterview for add column alter table default value by the best coders in the world

showing results for - "add column alter table default value"
Rehan
14 Feb 2016
1ALTER TABLE PERSON
2ADD IS_ACTIVE VARCHAR2(1) DEFAULT 'N' NOT NULL