Difference between primary key and unique key ?
Answer Posted / boomiraj.p
Primary key: Do not allow the
duplicates and null values.
Unique key : Do not accept the
duplicates,but allow null value
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
List out the types of joins.
Can a parameter be passed to a cursor?
Explain the use of file option in exp command.
What are oracle functions?
Does oracle charge for java?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What is connection pooling in oracle?
What is the difference between $oracle_base and $oracle_home?
What is tns name?
Explain how you would restore a database using RMAN to Point in Time?
In which language oracle has been developed?
How to install oracle odbc drivers?
What is the relation of a user account and a schema?
What is an oracle tablespace?
How to resolve name conflicts between variables and columns?