I have to add a constraint to the foreign key + on update cascade, but it shows an error, why?
SQL> alter table affaire_cassation
2 add constraint key_fk_num_p foreign key(num_aff_a) references
affaire_appel(num_aff)
3 on update cascade;
on update cascade * ERREUR Ó la ligne 3 : ORA-00905: mot-clÚ absent