I pull off from my project for a while because I stucked. I opened up my localhost to study phpmyadmin which for me the UI is confusing. So I created 2 table, set primary key and foreign key in them, let say table A has PK and table B has FK. I insert data into table A, but the table B still remain zero row of data. Why?
I strange thing in phpmyadmin, u can only set a column to have FK only if it's unique or u set the index to it. I don't get it.