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.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator