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 |
What is the difference between view and materialized view in Oracle?
What is the difference between substr & instr functions?
How to establish administrator authentication to the server?
What is save point in oracle database?
What are steps required to ENTER DATA INTO DWH?
What to do if the startbd.bat failed to start the xe instance?
What is meant by recursive hints ?
Does oracle charge for java?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
List the various oracle database objects?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
How do I spool in oracle?