what is primary key and foreign key when and where have to use
Answer Posted / csprusty
To establish a relationship between 2 tables.
pk=(unique+not null)
fk=unique
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Which is faster join or subquery in oracle?
How to execute the package in oracle?
How to retrieve the count of updated rows?
How to create a new user account in oracle?
What is integrity and what is constraint??Explain with example
How to check the oracle tns settings?
How would you change old and new values in an insert, delete and update triggers?
What do you mean by redo log file mirroring?
Give the different types of rollback segments.
What is a nested table and how is it different from a normal table?
What is private procedure oracle?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
How to assign query results to variables?
what is the difference between substr and instr function in oracle?
How to assign a table row to a record variable?