Can we use more than one null value for unique key?
Answer Posted / guest
No, we cannot use more than one null value in unique key.
This is the major difference between primary key and unique
key.
Primary key cannot contain null values
Whereas unique key can contain only one null value
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Why is a primary key important?
What is crud sql?
How many sql databases can you have on one server?
What is a natural join sql?
What is the use of & in pl sql?
What are database links used for?
What is set serveroutput on?
what is union? : Sql dba
Are stored procedures compiled?
Explain what is a field in a database and record in a database?
define sql delete statement ? : Sql dba
How many types of index are there?
Why use truncate instead of delete?
What are the different dml commands in sql?
What is the difference between truncate and drop statements?