How many null values can be inserted in a coulmn whihc is unique constraint
Answer Posted / amit
Any no. of times you can insert null values in a coulmn
whihc is unique constraint because a Null value is
undefined,unassigned,and unapplicable value so thats why we
cannot compaire with any other null value or other value.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
how many tables will create when we create table, what are they? : Sql dba
How do you declare a constant?
What is data types in sql?
Does a join table need a primary key?
Is a table valued function object?
What is the use of function "module procedure" in pl/sql?
Can we use having without group by in sql?
How do I send sql query results to excel?
how to use myisamchk to check or repair myisam tables? : Sql dba
Is sql injection illegal?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
how can you see all indexes defined for a table? : Sql dba
how to get help information from the server? : Sql dba
Can we have two clustered index on a table?
What is sharding in sql?