Originally posted by Namitha karupaiya:
What is the maximum number of foreign keys allowed in a MySQL database table?
Zero. MySQL doesn't support foreign keys so you can create a number if you want but they have no effect.
What are the effects by using increased number of foreign keys?
Thanks.
More of nothing is still nothing.
Unless you are using non-standard tables there is and never has been support for foreign keys in MySQL. It's one of the "features" that makes MySQL not an enterprise database system in my opinion.