ora 02293 3a unable to validate 28greenmile ck field01 29 check constraint violated

Solutions on MaxInterview for ora 02293 3a unable to validate 28greenmile ck field01 29 check constraint violated by the best coders in the world

showing results for - "ora 02293 3a unable to validate 28greenmile ck field01 29 check constraint violated"
Safa
03 Jul 2017
1ALTER TABLE suppliers
2ADD CONSTRAINT check_supplier_name
3  CHECK (supplier_name IN ('IBM', 'Microsoft', 'NVIDIA'));