what is unique key?
Answer Posted / ambresh pratap srivastava
primary key is combination of column which uniquely specify a row.A table have at most one primary key. primary key creates Clustered Index.A primary key column allows no row having null value
Unique key can uniquely identify each row in a table and is closely related to super key concept.A unique key comprises a single column or a group of column.A unique key column allows only one row having null value.Unique key creates unclustered Index.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use regular expression in pattern match conditions in oracle?
What is raw datatype in oracle?
6. Display the client name and order date for all orders using the traditional method.
why dont we assign not null constraint as table level constraint.
How to create an oracle testing table?
What are the limitations oracle database 10g xe?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
What is an external table?
how to handle exceptions in post production
Which is better Oracle or MS SQL? Why?
Can we protect our pl/sql source code?
What is a read only transaction in oracle?
 What are the oracle DML commands possible through an update strategy?
How to create a table interactively?
How to assign a table row to a record variable?