what is the difference between primary key & foreign key?
Answer Posted / ibrahim
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 ? | 14 Yes | 7 No |
Post New Answer View All Answers
How does oracle handle read consistency?
How to upsert (update or insert into a table)?
How to create a table in a specific tablespace?
What is a sub query? What are its various types?
When do you get a .pll extension in oracle? Explain its importance
What are the predefined tablespaces in a database?
What is meant by joins? List out the types of joins.
How to create tables for odbc connection testing?
Can group functions be used in the order by clause in oracle?
How to count duplicated values in a column in oracle?
Explain the types of exception?
How to assign values to variables?
What is the difference between translate and replace in oracle?
Why do you use stored procedures and state some of its disadvantages?
Is there an oracle sql query that aggregates multiple rows into one row?