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
What is delete command in sql?
Which certification is best for sql?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What is a join query?
What does the argument [or replace] do?
Why are aggregate functions called so?
What are the different types of functions in sql?
What is the function that is used to transfer a pl/sql table log to a database table?
What is the difference between sql, mysql and sql server?
How to run pl sql program in mysql?
Is it possible to pass parameters to triggers?
What is %type in pl sql?
What is t sql used for?
what is 'mysqlcheck'? : Sql dba
explain the options of myisamchk to improve the performance of a table. : Sql dba