Difference between primary key and unique key ?
Answer Posted / ibrahim
PRIMARY KEY is identity of each row. UNIQUE KEY also
identity of each row.
PRIMARY KEY not accepts null values but unique can accept null.
but the core different between primary key and unique is we use primary key to link tow tables with each other but we can not use unique key to do this.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the execution control statements in oracle?
How to write a query with a left outer join in oracle?
What is archive log in Oracle?
What is the relation of a user account and a schema?
what is the difference between data migration and production migration.
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
How to load excel data sheet to oracle database
How to delete a user account in oracle?
Describe an oracle table?
What are the different types of record groups in oracle? Explain each of them
Does oracle charge for java?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
Explain database link?
What is the use of file param in imp command?