what is the different between unique+not null & primary key,
Answer Posted / mohan babu
A unique key is nothing but it does not allow any
duplicateds but allows nullvalues
A primary key is nothing but it does not allow duplicates
as well as Null values i.e Not Nulls
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What are the different tcl commands in sql?
explain commit and rollback in mysql : sql dba
How can one get sql*loader to commit only at the end of the load file? : aql loader
Why do we need sharding?
Can a composite key be null?
What's the procedure?
What is rank dense_rank and partition in sql?
what is a constraint? : Sql dba
Explain the uses of a database trigger?
What is meant by temporal data?
How to assign sql query results to pl sql variables?
What is cartesian join in sql?
what is sql in mysql? : Sql dba
Is it possible to sort a column using a column alias?
explain the options of myisamchk to improve the performance of a table. : Sql dba