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
Which function is used to return remainder in a division operator in sql?
explain the delete statements in sql
What is the usage of when clause in trigger?
Why are sql stored procedures used?
What is difference between stored procedures and application procedures?
explain advantages of innodb over myisam. : Sql dba
how to use in conditions? : Sql dba
How many sql databases can you have on one server?
Explain what is a view?
Explain the types of joins in sql?
what are the types of subquery? : Sql dba
What is procedure in pl sql?
What are the disadvantages of file system?
What is indexing in sql and its types?
What sql database should I use?