ubah tabel tambahkan oracle centang

ALTER TABLE table_name
ADD CONSTRAINT constraint_name CHECK (column_name condition) [DISABLE];
Arrogant Alpaca