What is the difference between the Primary and Foreign key?
Answer Posted / suresh babu
Primary key and foreign key both are constraints.
Primary key:We can create only one primary key for a
table,which never allows the repeated or duplicate values
and null values.The index will be created when defining a
primary key.And primary key is used to make a relation
between more than one tables.
Foreign key:It allows the duplicate and null values.if we
want to make a relation between two tables,the parent table
column must have primary column and child table column
called foreign key.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Where is sql database stored?
What are character functions?
What is cursor in pl sql with examples?
what is collation? : Sql dba
what is 'mysqlshow'? : Sql dba
how to add a new column to an existing table in mysql? : Sql dba
what is bdb (berkeleydb)? : Sql dba
Is left join inner or outer?
How do I run a pl sql program?
What are different methods to trace the pl/sql code?
What is nested table in pl sql?
What is the difference between database trigger and stored procedure?
How do you explain an index?
What is the difference between numeric and autonumber?
What are different types of indexes?