what is the difference between primary key & foreign key?
Answer Posted / simbu
primary key is a keyword .that refers to the unique value
in the particular record.it cant have null
foreign key is always keyword that refers primary key.it has
null value.its refers to another table
| Is This Answer Correct ? | 34 Yes | 8 No |
Post New Answer View All Answers
Explain oracle’s server parameter file.
How can we view last record added to a table?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
Give the advantages and disadvantages of clusters.
How to list all tables in your schema?
What is the difference between translate and replace in oracle?
How to omit columns with default values in insert statement in oracle?
How to delete a user account in oracle?
Which environment variables are absolutely critical in order to run the OUI?
How do I call oracle stored procedures that take no parameters?
can u plz provide me oca sql dumps please i need them
How to use select statement to count the number of rows in oracle?
How to define a data source name (dsn) in odbc manager?
What privilege is needed for a user to create tables in oracle?
What is a sub query? What are its various types?