What is a primary key? What is the difference between foreign key and primary key
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Primary key is set on filed in which it\’s findout the I\’d no of person. Primary help to find the I\’d no of particular person and foreing is help to find out the two tables of no
A field which uniquely identifies each record in a tableia called a primary key.A primary key is used to ensure data in the specific coloumn is unique where as foreign key uniquely identifies a record in a relational database table.