Can we use more than one null value for unique key?
Answer Posted / slimtech
The answer to this question depends on the database that we
are using
1. In SQL Server and DB2, we can insert only one null value
in the Unique Key column.
2. In Oracle, we can insert multiple null values
Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
Is sql a scripting language?
Can we alter stored procedure?
How do you write a complex sql query?
What are sql data types?
What are different clauses used in sql?
how to shut down the server with 'mysqladmin'? : Sql dba
Why procedure is used in sql?
Can we join same table in sql?
What is the difference among union, minus and intersect?
what are the different type of normalization? : Sql dba
what are the different type of sql's statements ? : Sql dba
How do you update sql?
What are sql indexes?
What is a sql*loader control file?
Can we perform dml in function?