what is mean by prmary key and foreign key and how can we
diffrentiate that?
Please answer me.
Advance thanks.
Answer Posted / ravi singh
Primary Keys: Primary keys are the identifier and applied
on the table in the form of constraints. Primary key
provides uniqueness in the data.
Foreign Key: Foreign Keys are the relationship and applied
on the table in the form of constraints. Foreign key in a
table is a primary key of another table and use to make
relationship between two tables.
Is This Answer Correct ? | 59 Yes | 3 No |
Post New Answer View All Answers
What is the use of oracle?
What is the implicit cursor in oracle?
Can we use bind variables in oracle stored procedure?
What are the common oracle dba tasks?
What is oracle in java?
What is the difference between postgresql and oracle?
How will you identify oracle database software release?
How to define an anonymous block?
What is oracle open database communication (odbc)?
 How to use an oracle sequence generator in a mapping?
How view is different from a table?
Is postgres faster than oracle?
What is Trigger in Oracle?
What is oracle database client?
What is the difference between "as" and "is" in an oracle stored procedure?