Check constraint in maria db code example Example: mariadb check constraint example? ALTER TABLE t1 ADD CONSTRAINT a_greater CHECK (a>b);