Answer Posted / 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 |
Post New Answer View All Answers
What is sortedmap in java?
What is a bufferedreader?
Can an integer be a string?
what is the difference between the methods sleep() and wait()? : Java thread
Which one will take more memory: an int or integer?
Describe different states of a thread.
What is command line argument in java?
What is binary tree in java?
Give some features of interface?
What is Mutex (Mutual Exclusion Object) ?
What is ide with example?
What are reference variables in java?
Why pass by reference is not possible in java?
How do you bind variables?
What is an example of a conditional statement?