Difference between primary key and unique key ?
Answer Posted / guna
there is only one primary key for one table;
it can not acept null values;
any no uniquefor a table;
it can accept null values;
which the rows are unique value;
| Is This Answer Correct ? | 9 Yes | 18 No |
Post New Answer View All Answers
Explain constraining triggers.
What is archive log in Oracle?
How to retrieve data from an cursor to a record?
How to convert a string to a date in oracle database?
State all possible different index configurations a table can possibly have?
Why should I use oracle database?
What is memory advisor in Oracle?
What are group functions in oracle?
What are data pump export and import modes?
What are the ways tablespaces can be managed and how do they differ?
What is an oracle table?
IS it possible to built the oracle database without setting the kernal parameters?
What is java oracle used for?
What do you mean by group by clause?
Explain an index?