How many null values can be inserted in a coulmn whihc is unique constraint
Answer Posted / john bershan
any number of null value can be inserted into table for a
column which is declared as unique.coz null vale s either
not equal to any value or not equal to another null;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is union, minus and interact commands? : Sql dba
What is difference between primary and secondary key?
What is sql mysql pl sql oracle?
What is trigger explain with example?
What are triggers and its types?
Does view contain data?
What is trigger types in sql?
What does count (*) mean?
Does truncate require commit?
How would you convert date into julian date format?
How to read xml file in oracle pl sql?
What is mdb stand for?
what is bdb (berkeleydb)? : Sql dba
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
Can we connect to postgresql using sql developer?