adspace
What is differance unique key and primary key.
Answer Posted / hema
Unique :: it does not allow duplicate values but allows
null values.
Primary:: Primary does not allow duplicate values as wel as
it dosnt allow null values.
unique+not null==Primary key...
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
define sql insert statement ? : Sql dba
What is the best sql course?
how to escape special characters in sql statements? : Sql dba
Do we need to rebuild index after truncate?
Does group by remove duplicates?
Can we rollback truncate?
Can we use distinct and group by together?
Is primary key clustered index?
Is inner join faster than left join?
How do I remove duplicates in two columns?
what is dbms? : Sql dba
Is primary key always clustered index?
what are aggregate and scalar functions? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
how to start mysql server? : Sql dba