what is difference between "Primary key" and "Unique key"?
Answer Posted / satya_k21
Hi,
Primary Key: Not Null+ unique.but it wont allows null
values.
Unique: It allows null values , but it should be unique.
Regards,
Satya.k
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the two characteristics of a primary key?
What are the types of variables use in pl sql?
How do I write a cron which will run a sql query and mail the results to agroup?
What can sql server reporting services do?
Which function is used to return remainder in a division operator in sql?
what is table? : Sql dba
Which table is left in left join?
What does dml mean?
What is indexing in sql and its types?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
Why should I use postgresql?
how many ways we can we find the current date using mysql? : Sql dba
How do you remove duplicate records from a table?
What is a full join?
Why do we need sharding?