Can we use more than one null value for unique key?
Answer Posted / debdut bhaumik
Yes , More than one field can be NULL in a unique Key
column. Because a Null values is not equal to another null
value. So, no duplicate value is there.
| Is This Answer Correct ? | 26 Yes | 12 No |
Post New Answer View All Answers
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
What is Collation Sensitivity ? What are the various type ?
What is pl sql and why it is used for?
What is sql*loader and what is it used for?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
How do I save a sql query?
what is log shipping? : Sql dba
What is function and procedure?
What is scalar data type in pl sql?
Can we insert in view in sql?
What is cursor explain with example?
What is trigger explain it?
Does truncate need commit?
What is pl/sql language case sensitive?