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
What are tables and fields?
What is an inner join sql?
What is the difference between rename and alias?
Explain select statements in sql?
Write a sql query to find the names of employees that begin with ‘a’?
Is join same as left join?
what are all types of user defined functions? : Sql dba
What is the difference between unique and primary key constraints?
How do I add a primary key to a table?
What is character functions?
what happens if you no create privilege in a database? : Sql dba
Why do we use %rowtype & %type in plsql?
What is scalar data type in pl sql?
Why do we use triggers?
How do I use google cloud in sql?