Can we use more than one null value for unique key?
Answer Posted / vamshi
no. because if we use more than one, it leads to
duplicate, which effects the fundamental property of unique
key.
| Is This Answer Correct ? | 61 Yes | 71 No |
Post New Answer View All Answers
How to handle bulk data?
Is natural join and inner join same?
What is difference between inner join and cross join?
explain the difference between bool, tinyint and bit. : Sql dba
what is the difference between union and union all? : Sql dba
what is transaction? : Sql dba
What is the maximum number of rows in sql table?
What do you understand by exception handling in pl/sql?
How do I partition a table in sql?
What is percent sign in sql?
What is row_number () in sql?
What are literals in sql server?
Can we use ddl statements in stored procedure sql server?
Where is all the data on the internet stored?
What is a dirty read sql?