What is an Index ? How it is implemented in Oracle Database ?
Answer Posted / sawant
An index is a database structure used by the server to
have direct access of a row in a table.
An index is automatically created when a unique of primary
key constraint clause is specified in create table comman
(Ver 7.0)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the use of indexes option in imp command.
What is the difference between translate and replace?
Explain oracle instance.
Difference between hot backup vs. Cold backup?
What is the disadvantage of User defind function?
How to shutdown your 10g xe server?
How to turn on or off recycle bin for the session?
How to create a server parameter file?
What is an oracle transaction?
How can I create database in oracle?
How to drop a stored procedure in oracle?
How many types of tables are there in oracle?
List out the components of logical database structure of oracle database.
Is truncate autocommit in oracle?
What do you mean by merge in oracle and how can we merge two tables?