Difference between primary key and unique key ?
Answer Posted / pralhad
Each table having only one PRIMARY KEY.And my contain many
UNIQUE KEYS.
PRIMARY KEY is identity of each row. UNIQUE KEY also
identity of each row.
BOTH keys will not contain repeated value.
BUT UNIQUE KEY will contain NULL value but PRIMAY key will
not contain NULL value.
| Is This Answer Correct ? | 63 Yes | 47 No |
Post New Answer View All Answers
What is transport network substrate (tns) in oracle?
How to convert dates to characters in oracle?
What are the types of partitions in oracle?
Why do we use coalesce function in oracle?
What is oracle join syntax?
Difference between varchar and varchar2 data types?
What are the different types of partitions in oracle?
Please explain compound trigger in oracle?
Difference between open_form and call_form in oracle.
Explain joins in oracle?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
Is java required for oracle client?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
How to get execution path reports on query statements?
Give the various exception types.