what is primary key and foreign key when and where have to use
Answer Posted / raveendran
Primary key is unique across entire table.In primary key
not null constraint is activated.Only one primary key in
one table.
foreign key points to primary key of another table
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between post-database commit and post-form commit?
What do you understand by a database object? Can you list a few of them?
How many types of synonyms in Oracle?
How many types of auditing in Oracle?
Is primary key indexed by default in oracle?
What are a collation and state the different types of collation sensitivity?
What is a view and how is it different from a table?
How to define and use table alias names in oracle?
What are the various types of snapshots ?
What are joins, explain all types of joins?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
What is Undo Management Advisor in Oracle?
How to add a new column to an existing table in oracle?
What is oracle in java?
What the is the diff between local index and global index. give some example.