what is the difference between primary key & foreign key?
Answer Posted / dimna
primay key uniquely identifies records in relation.
in a table only one primary key.But may have more than one
foreign key.
| Is This Answer Correct ? | 17 Yes | 9 No |
Post New Answer View All Answers
What is dynamic proxy?
How to find out what oracle odbc drivers are installed?
What are named parameters?
What is key preserved table?
What are the uses of a database trigger?
what is the difference between substr and instr function in oracle?
Can we create trigger on materialized view in oracle?
Explain the use of file option in exp command.
How do I use unicode codesets with the weblogic jdriver for oracle driver?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
How to connect ms access to oracle servers?
What privilege is needed for a user to create tables in oracle?
What is transaction control statement and how many types of transaction control statement in Oracle?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
Use of an integrity constraint is better to validate data. Explain