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 use fetch statement in a loop?
What is oracle instant client?
What is a synonym? What are its various types?
When do I need to use a semicolon vs a slash in oracle sql?
what is dynamic SGA and static SGA
What is connection pooling in oracle?
How to export data with a field delimiter?
Give the constructs of a package, function or a procedure.
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
How to get the Installed Oracle Version Information ?
How do you tell what your machine name is and what is its IP address?
What is oracle database 10g express edition?
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 is oracle data type?
What are the uses of synonyms?