Difference between primary key and unique key ?
Answer Posted / austin johnson
we can't insert a NULL value into to coloumn holding
primary key constrain.
where as we can insert a NULL value to a unique key feild.
Remember, both keys are used to identify the
rows/tuple/entry of the table uniquely.
so, only once u can enter a NULL value into the unique key
feild.
| Is This Answer Correct ? | 146 Yes | 57 No |
Post New Answer View All Answers
What is blob data type in oracle?
How to define an oracle sub procedure?
What is a directory object?
What is oracle rownum?
Does oracle partitioning improve performance?
How to connect to a local oracle 10g xe server?
What is an oracle wallet?
Explain an exception?
What is partitioned table in Oracle?
How to test null values?
Can we write dml statement in function in oracle?
How to install oracle database 10g xe?
What happens if you lost a data file?
How do I know if oracle is installed on windows?
Give the constructs of a package, function or a procedure.