Can you have two constraints for databases in MySQL? I made two foreign key constraints for 3 tables. When I was putting in information into the first table, it worked fine. However, when I trie putting in information for the second and third table, there is an error about foreign key constraints.
So, is it possible to have two constraints (or more)?
Thanks a lot! |