Difference between primary key and unique key ?
Answer Posted / rajkumar tiwari
Primary key contain non repetitive value and not null
value,and primary key is created on clustered index.In the
table their should be one primary key column.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to download oracle database 10g xe?
1) Does oracle have any table which contain all the exceptions and it's code internally?
How to export your own schema?
How to use like conditions in oracle?
 What are the oracle DML commands possible through an update strategy?
what is reindexing?
Which are the five query types available in oracle?
How do I reset a sequence in oracle?
What is the sid in oracle?
How to check the oracle tns settings?
What is redo log?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What are the differences between char and varchar2 in oracle?
What are the roles of dba?
what are the default admin accounts in Oracle 10g ?