Can we use more than one null value for unique key?
Answer Posted / ashwin
you can insert as many values as u want, in uniquelly
declared column
some people r saying that if u insert more than one null
value in unique column of relation then null is duplicated
which violets unique key property..........well this saying
is totally rubbish......are pehle insert karke dekho phir
bolo as simple as that...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what are the properties and different types of sub-queries? : Sql dba
what are the differences among rownum, rank and dense_rank? : Sql dba
What is offset and limit in sql?
How does left join work in sql?
How to Execute a Package in PL/SQL.?
How to assign sql query results to pl sql variables?
Can cursors be part of a trigger body?
Explain how exception handling is done in advance pl/sql?
What is the difference between having and a where in sql?
How do you add a column to a table?
What is numeric function sql?
What is delete command in sql?
what are the 'mysql' command line options? : Sql dba
describe transaction-safe table types in mysql : sql dba
What is the difference between count 1 and count (*) in a sql query?