Can we use more than one null value for unique key?
Answer Posted / anil kumar abbireddy
We can insert any number of null values in the column which
contains the unique key
the reason is NULL is not equal to anothere NUll
so each null is different so there is no question of
duplication
| Is This Answer Correct ? | 140 Yes | 30 No |
Post New Answer View All Answers
How do you remove duplicates without using distinct in sql?
Explain the difference between 'between' & 'and' operators in sql
Is there any restriction on the use of union in embedded sql?
What are the advantages of sql? Explain
What is synonyms?
What is a sql instance vs database?
Is primary key a clustered index?
What is index example?
how is myisam table stored? : Sql dba
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
What are the different types of dbmss?
What is the use of double ampersand (&&) in sql queries? Give an example
How can triggers be used for the table auditing?
What are triggers in sql?
What are the various restrictions imposed on view in terms of dml?