Can we use more than one null value for unique key?
Answer Posted / krishana kumar gupta
no, because duplicate value is not allowed in unique. so
thats why we can enter only one null value.
| Is This Answer Correct ? | 10 Yes | 31 No |
Post New Answer View All Answers
what is a foreign key ? : Sql dba
Which is faster union or join?
Are subqueries faster than joins?
How to rename a table?
How do I find duplicates in a single column in sql?
what is clause? : Sql dba
Can we use the cursor's to create the collection in PL/SQL?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
Can you select everything, but 1 or 2 fields, without writer's cramp?
How to run sql statements with oracle sql developer?
How can you load multi line records? : aql loader
which types of join is used in sql widely? : Sql dba
How are sql commands classified?
What is the difference between syntax error and runtime error?