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
Are dml statements autocommit?
Why do we use view in sql?
What is your daily office routine?
What is the cause of mutating table error and how can we solve it?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
What is data type in database?
What is sql character function?
Explain raise_application_error.
Difference between table function and pipelined function?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
What are different types of functions in sql?
What are properties of the transaction?
Can dml statements be used in pl/sql?
what is the functionality of the function htmlentities? : Sql dba
Is json a nosql?