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 delete all rows a table in oracle?
Define oracle database
What are ddl statements in oracle?
How do I spool to a csv formatted file using sqlplus?
defination of bitmap index
What is tns name?
What is oracle instant client?
Give the various exception types.
What is recycle bin in Oracle?
Is the After report trigger fired if the report execution fails ?
Explain a segment?
How to update a table row with a record?
How to store pictures on to the database?
What is the disadvantage of User defind function?
How to Truncate Table in Oracle