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 are the attributes of the cursor?
What is a cursor and what are the steps need to be taken?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
What are the differences between interval year to month and interval day to second?
What are the uses of a database trigger?
Why do you create or replace procedures rather that drop and recreate.
How a tablespace is related to data files?
What is define in oracle?
if you ctreate table identity
How to loop through data rows in the implicit cursor?
How to rename an index?
How to drop an index in oracle?
What is the usage of save points in oracle database?
what is reindexing?
What is the relation of a user account and a schema in oracle?