what is mean by prmary key and foreign key and how can we
diffrentiate that?
Please answer me.
Advance thanks.
Answer Posted / ysailajasantosh
Primary key means a unique key which is constant.
A foreign key (FK) is a column or combination of columns
that is used to establish and enforce a link between the
data in two tables. You can create a foreign key by
defining a FOREIGN KEY constraint when you create or modify
a table.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is there an oracle sql query that aggregates multiple rows into one row?
Describe varray?
What is a dynamic performance view in oracle?
What is bulk collect in oracle?
Why do you create or replace procedures rather that drop and recreate.
What are the data types in oracle?
Describe an oracle table?
How to list all tables in your schema?
Differentiate between function and procedure in oracle.
What is a proxy object?
WHAT IS ecc 6.0
How do we get field details of a table?
What is a trigger oracle?
How to create a new table in your schema?
How to import one table back from a dump file?