Can we use more than one null value for unique key?
Answer Posted / christina
Yes, We can use more then one null value in unique key ,
because "null" means undefined or unknown so we can add any
number of null values in unique key...
This is the major difference between primary nd unique key,
Primary key doesn't allow null values to be entered into
the columns marked as priamry key and Unique allow us to
enter null values...............
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How many disk partitions should I have?
How will you distinguish a global variable with a local variable in pl/sql?
Why do we use cursors?
Is null operator in sql?
What is oracle pl sql developer?
Does oracle roll back the transaction on an error?
Explain what is a column in a table?
What is integrity in sql?
Why are indexes and views important to an organization?
explain the difference between bool, tinyint and bit. : Sql dba
what is a database transaction? : Sql dba
Why use triggers in sql?
What is trigger explain with example?
How do I save the results of sql query in a file?
What is a composite primary key?