> Hi,
>
[quoted text clipped - 4 lines]
>
> Thanks in advance.
What does it sound like?
Jim
Robert Klemme - 30 Jan 2008 07:19 GMT
>> Hi,
>>
[quoted text clipped - 6 lines]
>
> What does it sound like?
Homework question.
:-)
robert
> Hi,
>
[quoted text clipped - 4 lines]
>
> Thanks in advance.
Primary key is the combination of NOTNULL constraint and unique key
constraint.
so it ll never allow duplicate and null value.But unique key allows
number of null value but it never allow duplicate value.
Do not compare this to MS sqlserver, bcoz it some what different from
oracle to sql. Bcoz unique key will alow only one null value.
venki
Mark D Powell - 30 Jan 2008 14:36 GMT
> > Hi,
>
[quoted text clipped - 13 lines]
>
> venki
This question or minor variations of it have been asked many times.
Here is a brief explanation of what PK, UK, and FK constraints are and
the indexes used to support them.
What is the difference between a unique index and a unique constraint?
http://www.jlcomp.demon.co.uk/faq/uk_idx_con.html
HTH -- Mark D Powell --