Difference between primary key and unique key ?
Answer Posted / rubiya george
Primary Key Vs Unique key
1.Each table having 1. contain many UNIQUE KEYS.
only one PRIMARY KEY.
2.Primary key not accepts 2.Unique Key accepts null
null values values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How much memory your 10g xe server is using?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
What is the scope of a local variable?
What are the general rules on data consistency?
What are the attributes of the cursor?
How to view the data files in the current database?
How remove data files before opening a database?
How to use attributes of the implicit cursor in oracle?
How to sort output in descending order in oracle?
How to convert a date to char in oracle? Give one example.
How to rename an existing table?
1) Does oracle have any table which contain all the exceptions and it's code internally?
Explain the use of indexes option in exp command.
How to check the oracle tns settings?
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?