what is the difference between primary key & foreign key?
Answer Posted / praneeth
primary key helps in uniquely identifying the records in a table
a foreign key is a field that points to the primary key of another table which links one table to another table
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to create a table index?
What are the limitations of check constraint?
What is a sub query? Describe its types?
What is the usage of save points in oracle database?
How to fetch the row which has the max value for a column?
What are the ansi data types supported in oracle?
please explain.. DB architecture ...
Can you drop an index associated with a unique or primary key constraint?
What is an oracle tablespace?
What is the parameter mode that can be passed to a procedure?
What is the difference between postgresql and oracle?
How do we get field detail of a table?
How to use "for" statements in oracle?
What are the tools for Oracle ?
List out the types of joins.