0
How to insert data in a foreign key
How do I insert/ create data in a foreign key using php connected to a mysql server
1 Respuesta
+ 12
You can insert data in a column with a foreign key constraint just like in any other column.
A column with a foreign key constraint accepts a row identifier from another table.