TP4.sql
alter table EMPLOYE 
  add constraint check_salair
   check( SALAIREPLOYE >= 10000 
    AND SALAIREPLOYE <=30000);