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
how to run 'mysql' commands from a batch file? : Sql dba
What are the various restrictions imposed on view in terms of dml?
Is left join inner or outer by default?
What are the different types of triggers?
What is gpt format?
What is application trigger?
What is scalar function?
What are different methods to trace the pl/sql code?
What are different types of queries in sql?
What is full join?
What is prepared statement in sql?
what is a materialized view? : Sql dba
how is exception handling handled in mysql? : Sql dba
Can we perform dml on view?
Why do we create stored procedures & functions in pl/sql and how are they different?