what is the difference between primary key & foreign key?
Answer Posted / aarti
Primary Key : It is a unique key of the table.Unique for
each record in the table(e.g ID).
Foreign Key : When a primary key is used as a reference key
in another table then it is called as a foreign key.It is
used to link two tables.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to select an oracle system id (sid)?
What is blob datatype?
How to create a new table in your schema?
Please explain compound trigger in oracle?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
How a database is related to tablespaces?
How to check the server version in oracle?
How to define an oracle sub procedure?
How can we force the database to use the user specified rollback segment?
How to use subqueries with the in operator using oracle?
master table and child table performances and comparisons in Oracle ?
definition of cluster and non-clustered index?
How much memory your 10g xe server is using?
Explain table?
Please explain drop constraint oracle?