Can we use more than one null value for unique key?
Answer Posted / ashwani kumar(kannouj)
Unique in similar to primary key but one difference's
primary key duplicate records not allow and not null value
and uniquie allow one null value and duplicate records
| Is This Answer Correct ? | 6 Yes | 25 No |
Post New Answer View All Answers
What are %type and %rowtype for?
How does stored procedure reduce network traffic?
What does 0 mean in sql?
how to create a new table in mysql? : Sql dba
Is primary key a clustered index?
Are sql database names case sensitive?
Explain the steps needed to create the scheduled job?
What's the difference between inner join and left join?
What's the procedure?
What is the difference between sum and count in sql?
How do you exit in sql?
What is the use of double ampersand (&&) in sql queries? Give an example
What does (+) mean in sql joins?
Can two tables have same primary key?
How do you remove duplicates without using distinct in sql?