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 sqlservr exe?
explain mysql aggregate functions. : Sql dba
what are all different types of collation sensitivity? : Sql dba
What is normalization sql?
What is trigger in sql and its types?
Is keyword pl sql?
Explain clause in sql?
Why is %isopen always false for an implicit cursor?
what happens if you no create privilege in a database? : Sql dba
How long does it take to learn pl sql?
Is it mandatory for the primary key to be given a value when a new record is inserted?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
What is a primary key sql?
what is the functionality of the function htmlentities? : Sql dba