Can we use more than one null value for unique key?
Answer Posted / debdut bhaumik
Yes , More than one field can be NULL in a unique Key
column. Because a Null values is not equal to another null
value. So, no duplicate value is there.
| Is This Answer Correct ? | 26 Yes | 12 No |
Post New Answer View All Answers
Which sql statement is used to return only different values?
What are predefined functions in sql?
how can we know the count/number of elements of an array? : Sql dba
Which sql statement is used to delete data from a database?
What is orm in sql?
Is like operator in sql case sensitive?
Does truncate need commit?
Is sql sequential or random?
What is sql indexing?
What is varchar data type in sql?
How is sql used in oracle?
discuss about myisam index statistics collection. : Sql dba
What is a join?
What is clause?
Do stored procedures prevent sql injection?