How many null values can be inserted in a coulmn whihc is unique constraint
Answer Posted / manish kumar
Single null Value
B'cse Unique Constraint contain unique value and single
null is also a unique value.
| Is This Answer Correct ? | 7 Yes | 29 No |
Post New Answer View All Answers
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What is error ora-01000: maximum open cursors exceeded
what is the difference between primary key and unique key? : Sql dba
What is the need of a partition key?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
how to use 'mysql' to run sql statements? : Sql dba
What is dbo in sql?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
explain the difference between myisam static and myisam dynamic. : Sql dba
What is pls_integer in pl sql?
How does stored procedure reduce network traffic?
What is asqueryable?
How many joins can you have in sql?
what is an alias command? : Sql dba
What is the primary use of normalization?