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
Explain how you would restore a database using RMAN to Point in Time?
How do you tell what your machine name is and what is its IP address?
How to use select statement to count the number of rows in oracle?
How to define an explicit cursor in oracle?
How to rename an existing table?
How to rollback the current transaction in oracle?
Name the various constraints used in oracle?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
What is dual table oracle?
What is private procedure oracle?
What is SQL access advisor in Oracle?
How do I know if oracle client is installed on windows?
How to create a stored program unit?
What is merge statement used for?
What are the set operators union, union all, minus & intersect meant to do?