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
How do you break a loop in pl sql?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
How can a pl sql block be executed?
What does trigger mean in slang?
In pl/sql, what is bulk binding, and when/how would it help performance?
what are date and time functions in mysql? : Sql dba
What is difference between sql and excel?
What are different joins used in sql?
What is the command used to fetch the first 5 characters of a string?
Does access use sql?
Define implicit and explicit cursors.
What is sql and db2?
What is auto increment feature in sql?
what is clause? : Sql dba
What is difference between procedure and trigger?