Explain Primary key and Foreign key with example.
Answers
Answered by
4
They allow you to find the relation between two tables. Keys help you uniquely identify a row in a table by a combination of one or more columns in that table. In the above-given example, employee ID is a primary key because it uniquely identifies an employee record
Similar questions