what is unique key?
Answer Posted / romee
Unique Key is a candidate key to uniquely identify each
row in a table.
| Is This Answer Correct ? | 38 Yes | 7 No |
Post New Answer View All Answers
What is a package in oracle?
How can we create the complete backup of data in the oracle.
Can multiple cursors being opened at the same time?
What language does oracle use?
State and explain the different types of data models?
What is the difference between alert log file and tarce file ?
Explain what are the uses of rollback segment?
How to start a new transaction in oracle?
How to insert multiple rows with one insert statement in oracle?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
What do you understand by a database object? Can you list a few of them?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
Is a rollback possible to any savepoint?
How to loop through a cursor variable?
How to convert csv to table in oracle?