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 is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
What happens when a trigger is associated to a view?
What is error ora-12154: tns:could not resolve the connect identifier specified?
Explain what is a view?
What is sqlexception in java?
How do I edit a trigger in sql developer?
How many commands are there in sql?
Does db2 use sql?
What is dense_rank?
What are pl sql procedures?
What is left join in sql?
What is data definition language?
What is primary key in db?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
How do I save a sql query?