Category : Programming : Technology

How to Make a Foreign Key

Programming
In SQL tables, you can use foreign keys to connect similar columns in two different tables. For example, a table used to contain information describing a sale might contain a field with the ID number of the employee who made the sale. A foreign key would connect the employee ID number from the sales