Difference between primary key and unique key ?
Answer Posted / yjreddy
primary key doesnt allow duplicates and null values
unique key allows null value only once
and more over
when you applying primary key by default clustered index is created on that table
when u applying unique key non clustered index is created on that table.
so primary key can be allowed only once(1) and unique u can apply more
than one on a single table(249)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to add a new column to an existing table in oracle?
What is oracle and what are its different editions?
What is user managed backup in Oracle?
How to calculate date and time differences in oracle?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
What is the string concatenation operator in oracle?
How to export data with a field delimiter?
How to recover a dropped table in oracle?
What is an oracle recycle bin?
can u plz provide me oca sql dumps please i need them
How can windows applications connect to oracle servers?
what is insert all statement in sql
Why does oracle 9i treat an empty string as null?
Does oracle partitioning improve performance?
What are set operators?