what is unique key?
Answer Posted / 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 |
Post New Answer View All Answers
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
State some uses of redo log files?
What is the difference between sharding and partitioning?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
What are the most common interview questions on ETL Testing for experience?
what are actual and formal parameters?
State the difference between a primary key and foreign key?
How to download oracle database 10g xe?
What is ordinary table in oracle?
How to load a large xml file?
Differentiate between post-database commit and post-form commit?
What are the parameters that we can pass through a stored procedure?
How to create a stored function in oracle?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
How to grant create session privilege to a user in oracle?