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
How to run create database statement again?
What are the oracle built-in data types?
How to define an anonymous procedure with variables?
How to do a full database export?
How does the on-delete-cascade statement work?
What are the predefined tablespaces in a database?
What happens to the current transaction if the session is ended?
Differentiate between translate and replace?
What are the extensions used by oracle reports?
Can objects of the same schema reside in different tablespace?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
What is a proxy class?
How to unlock the sample user account in oracle?
Explain a segment?
Explain the different normalization forms?