MY data is not being populated into one table in which I have defined foreign keys. Where as in other tables, I have no problem in populating the data.
CREATE TABLE Service (
name CHAR(20),
cityname CHAR(20),
citystate CHAR(20),
using Engine INNoDB in other 2 table where the foreign key is referring to.