sql create text column limited values

Solutions on MaxInterview for sql create text column limited values 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 - "sql create text column limited values"
Leah
18 Jul 2016
1CREATE TABLE tablename (id INTEGER NOT NULL, some_text VARCHAR(255), CONSTRAINT check_some_text CHECK (some_text IN ('option_a', 'option_b', 'option_c'))); 
similar questions
queries leading to this page
sql create text column limited values