|
| Total Answers and Comments: 5 |
Last Update: August 17, 2007 |
|
| | |
|
Submitted by: satyam_Ora Indexes are used both to improve performence and to ensure uniquness of a column. Oracle automatically creates an index when a UNIQUE or PRIMARY key constarints clause is specified in a create table command.
We can manually create our own indexes via the create index command.
Above answer was rated as good by the following members: kumarrajnishgupta | Go To Top
|