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 tostring () method?
Can we assign the reference to this variable?
Which list is sorted in java?
What are nested classes in java?
What is the difference between serial and throughput garbage collector?
Are static members inherited to sub classes?
What will be the default values of all the elements of an array defined as an instance variable?
Can a class be private?
What is an interface in java?
What does int [] mean in java?
How thread scheduler schedule the task?
What is private protected in java?
When does an object becomes eligible for garbage collection in java?
What is the difference between a vector & an array list?
What is data type in computer?