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
What is cross join sql?
how would you get the current date in mysql? : Sql dba
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
Explain what is sql*plus?
explain the delete statements in sql
What are procedures used for?
what is the difference between a having clause and a where clause? : Sql dba
What is PL/SQL Records?
What is java sql package?
Difference between truncate, delete and drop commands?
What are different types of sql?
what is a database transaction? : Sql dba
How is sql used in oracle?
What are stored procedures in mysql?
What is left join example?