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
can sql servers linked to other servers like oracle? : Sql dba
What are the differences between implicit and explicit cursors?
What are triggers in sql?
Differentiate between syntax and runtime errors.
what is 'mysqlimport'? : Sql dba
What is the difference between the sql*loader and import utilities? : aql loader
Explain the the delete statements in sql?
Can we rename a column in the output of sql query?
What is sqlerrd?
How can you fetch first 5 characters of the string?
Is it possible to update views?
What is the reports view in oracle sql developer?
What is break?
how to use case expression? : Sql dba
What is the trigger in sql?