Foreign key
Foreign key is the database term that defines a relationship between two database tables.The data in a table that references primary table cannot be changed or added without corresponding data existing in primary table.
Foreign key is the database term that defines a relationship between two database tables.The data in a table that references primary table cannot be changed or added without corresponding data existing in primary table.
Comments
Post a Comment