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 are sql * plus commands?
Define a temp table?
What is the sql*loader? : aql loader
What does select * from mean in sql?
Why do we need a foreign key?
What is trigger and how to use it in sql?
what are date and time intervals? : Sql dba
What are the two virtual tables available at the time of database trigger execution?
How to start the command-line sql*plus?
What is record data type?
Is nosql faster than sql?
Can instead of triggers be used to fire once for each statement on a view?
What is procedure explain with example?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
How do I create a sql script?