what is mean by prmary key and foreign key and how can we
diffrentiate that?
Please answer me.
Advance thanks.
Answer Posted / cm
example :
primary key table: emp ( ENO, ename, address)
here eno is primary key
foreign key: table hari( ENO, phone, salary)
here same eno from hari table is used to get the values
from emp.
| Is This Answer Correct ? | 32 Yes | 1 No |
Post New Answer View All Answers
How to define an anonymous block?
What is a system tablespace and when it is created?
Is it possible to insert comments into sql statements return in the data model editor ?
Explain an index segment?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
Explain about functional dependency and its relation with table design?
What is the quickest way to export a table to a flat file?
What is a table index in oracle?
How to create a new tablespace in oracle?
Compare and contrast between sql and sql server and explain its various functions?
Why do we use coalesce function in oracle?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
How to experiment a data lock in oracle?
How to select an oracle system id (sid)?
What are the attributes that are found in a cursor?