Can we use more than one null value for unique key?
Answer Posted / ramesh
Yes,We should .That's the significance of Unique Key
If you insert data into Unique Key column it checks for the
uniqueness of THIS NON NULL UNIQUE COLUMNAR DATA
| Is This Answer Correct ? | 13 Yes | 15 No |
Post New Answer View All Answers
What are the ddl commands?
What is normalization in a database?
What is clause?
How exception handling is done in advance pl/sql?
Why we use sql profiler?
Why function is used in sql?
How can you fetch common records from two tables?
How to handle bulk data?
Can we use threading in pl/sql?
What is information schema in sql?
What is trigger in pl sql?
Is truncate ddl or dml?
what's the difference between a primary key and a unique key? : Sql dba
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
What is the use of double ampersand (&&) in sql queries? Give an example