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
Why self join is used in sql?
what are the differences between char and varchar? : Sql dba
What is graph sql?
how many columns can be used for creating index? : Sql dba
What does the sign mean in sql?
Can we create a trigger on view?
Why cross join is used?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
Explain isolation levels. : Transact sql
Is null operator in sql?
How many indexes can be created on a table in sql?
What is a file delimiter?
what is union? : Sql dba
What is the difference between view and stored procedure?
What is asqueryable?