what is unique key?
Answers were Sorted based on User's Feedback
Answer / mapuka mueller
A unique key in sql signifies an attribute of an entity in a
table with the unique constraint, which simply implies that,
that a record(value) of that attribute can not be entered
more than once in that column (except null).
A further assignment of the primary key constraint to that
attribute (or a composite of two or more attributes(columns)
from values on the same row) makes it the unique identifier
of the record(row) in that table.
"It's sometimes hard to express what's in your mind but i
hope i tried"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shreekumar nair
unique key will only allow unique values in that particular column ...but it allows multiple NULL values ...since null values are not equal to an another null value...
whereas in a primary key column we can't have that ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / laya lombi
Is the key which is commonly call as password .
| Is This Answer Correct ? | 4 Yes | 14 No |
how will I find the first 5 highest salaried employees in each dept in oracle.
Ho to insert no. of records at a time..i mean i want to insert 100 records at a time into a table
What is a public synonym?
What happens in oracle commit?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
What is tns entry?
Can I create users through internet explorer in oracle 10g?
When a form is invoked with call_form, Does oracle forms issues a save point ?
What is varray?
What is a deadlock ? Explain .
What do you understand by a database object?
Describe the types of sub query?