Difference between primary key and unique key ?
Answer Posted / praveen
primary key not allows null values, but unique key allows null values. only one primary is possible in one table, but multiple unique keys are possible in a table. Each unique key accepts only one null field. Both are used to prevent repeated entry of values.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the oracle implicit cursor?
What is the difference between hot backup and cold backup in oracle?
What are the various oracle database objects?
How to convert character types to numeric types?
What is oracle update statement with inner join ?
What is the simplest tool to run commands on oracle servers?
How can you merge two tables in oracle?
How can we view last record added to a table?
What is private procedure oracle?
What is rowid and rownum in oracle?
How to convert a date to char in oracle? Give one example.
How to pass a cursor variable to a procedure?
What is user managed backup in Oracle?
What is the difference between formal parameters and actual parameters?
How can I combine multiple rows into a comma-delimited list in oracle?