Can we use more than one null value for unique key?
Answer Posted / ravin
Yes we can..
Hey guys.. don't be confused with the values and nulls.
Unique key conforms only the values to be unique. Since the
nulls are not any kind of value, they can occur as many
times as they can.. nulls are nothing..
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Is sql pronounced sequel or sql?
Is primary key clustered index?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What are the steps for performance tuning.
Is left join and outer join same?
What programs use sql?
Why do we create stored procedures & functions in pl/sql and how are they different?
Can there be more than one function with a similar name in a pl/sql block?
What are the events on which a database trigger can be based?
Enlist some predefined exceptions?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
what are string data types? : Sql dba
What is primary key and foreign key?
what are dynamic queries in t-sql? : Transact sql
What are the 3 modes of parameter?