Difference between Primary key and unique key?
Answers were Sorted based on User's Feedback
Answer / deepali b. baviskar
Unique key can be NULL but Primary key couldn't be NULL.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sraboni mondal
primary key is a key which is totally unique key and unique
has null values
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sohini ghosh
In RDBMS, a unique key can uniquely identify each row in a
table, and is closely related to the Super key concept. A
unique key comprises a single column or a set of columns.it
can be null.
A primary key is a special case of unique key. Primary keys
may consist of a single attribute or multiple attributes in
combination.It can't be null..
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / keerthi
primary key is a field that can serve as unique identifier in table.ex:customer id.
Is This Answer Correct ? | 1 Yes | 4 No |
What is final class?
Why do we need wrapper class?
Is final static java?
As a developer what steps do you take to improve the performance?
Is call by reference possible in java?
What is the difference between applet and application?
What is autoboxing in java?
Can you have a constructor in abstract class?
What is Java Classloader?
1 Answers Phantom Technologies,
Explain java code for recursive solution's base case?
What do you mean by exception handling in Java?
String class is defined under which package in java?