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
How many tables can you join in sql?
Differentiate pl/sql and sql?
What are the different dcl commands in sql?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What are the possible values that can be stored in a boolean data field?
What are the different types of sql commands?
Can we call a function containing dml statements in a select query?
What is before and after trigger?
Explain what is a database?
What is informix sql?
What is pl sql variable?
What is a schema sql?
Can variables be used in sql statements?
What is a primary key example?
Is a secondary key the same as a foreign key?