I've add a constraint on my table named cours a few days ago with mysql. the problem is that i want to delete the constraint and I don't remember the constraint's name I've used. When I want to delete the constraint they ask me to check if it exist
ALTER TABLE cours DROP FOREIGN KEY idEtudiant;
I expect my constraint to be removed but they say that is not exist