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 pre increment and post increment in java?
What is a databasemetadata?
Is it necessary for the port addresses to be unique? Explain with reason.
What is the arraylist in java?
Explain the scope or life time of class variables or static variables?
Can inner class extend any class?
What is anonymous inner class?
Difference between vector and arraylist.
What is nan inf?
What are the skills required for core java?
What modifiers may be used with a top-level class?
What are the 8 primitive data types in java?
Can we catch more than one exception in a single catch block?
What are parsing rules?
Differences between external iteration and internal iteration?