add column alter table default value

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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