What is the difference between the Primary and Foreign key?
Answer Posted / dinesh kumar
Primary key will checks for the Duplicates.
Can hold only one primary key for a single table.
Foreign key will be referred from the Primary/unique Key
constraint. Hold even null values in it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is recursive stored procedure? : Sql dba
Is clustered index a primary key?
How to change the order of columns in Oracle SQL Plus ?
What is compound trigger?
What is a design view?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
Which certification is best for sql?
How is sql used in oracle?
What is procedure explain with program?
Explain the uses of database trigger.
Can we insert delete data in view?
What is restrict in sql?
What is a dirty read sql?
What is a scalar value in sql?
explain mysql aggregate functions. : Sql dba