what is the difference between primary key & foreign key?
Answer Posted / shaik gouse peer
Basic difference betweeen Primary key and foreign key is :
Primary key will not allow "Null values" and "Duplicate
values"
Foreign key will allow "Null values" and "Duplicte values"
and it refers to a primary key in anoter table.
| Is This Answer Correct ? | 130 Yes | 25 No |
Post New Answer View All Answers
interview questions with answer for cts
What are the differences between number and binary_float in oracle?
How to set a transaction to be read only in oracle?
Explain the blob datatype?
How to count groups returned with the group by clause in oracle?
What is a user account in oracle?
How to define a variable of a specific record type?
How to see free space of each tablespace?
How to apply filtering criteria at group level in oracle?
What to do if the startbd.bat failed to start the xe instance?
What is the sql query to concatenate column values from multiple rows in oracle?
Can objects of the same schema reside in different tablespace?
What is a relational database management system?
How to find out what oracle odbc drivers are installed?
What is oracle join syntax?