Difference between primary key and unique key ?
Answer Posted / nithin
1. There can be more than one unique key in a row or table
but there can be only one primary key in a row or table.
2. Primary key does not accept NULL values but Unique key
accepts even NULL values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use windows user to connect to the server?
What is an oracle database table?
Difference between pre-select and pre-query
How to call a sub procedure?
what is insert all statement in sql
Explain what are the uses of rollback segment?
what's query optimization and without use of IN AND Exist can we get another way data from query
How to execute a stored procedure in oracle?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
how may join possible between (requisition with purchase order)
Explain the difference between a procedure and a function? What do you understand by those terms?
How to create a stored function in oracle?
Why oracle is used?
How can Oracle users be audited?
 How to use an oracle sequence generator in a mapping?