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
How to use "for" statements in oracle?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
How to display employee records who gets more salary than the average salary in the department?
How to define and use table alias names in oracle?
How to unlock the sample user account in oracle?
What types of joins are used in writing subqueries?
Explain the use of ignore option in imp command.
Can group functions be used in the order by clause in oracle?
Can you drop an index associated with a unique or primary key constraint?
what's query optimization and without use of IN AND Exist can we get another way data from query
How to run create database statement again?
How to check database size in Oracle?
What is set operator oracle?
Explain the use of record option in exp command.
How to open and close an explicit cursor in oracle?