Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is an Index ? How it is implemented in Oracle Database ?

Answers were Sorted based on User's Feedback



What is an Index ? How it is implemented in Oracle Database ?..

Answer / guest

Index is an Oracle SQL object which we create to speed up
the query performance.
It is created automatically on those columns which contains
primary key or unique key.
We can also create the index manually by using create index
command.
Max 16 indexes can be defined per table.

Is This Answer Correct ?    5 Yes 0 No

What is an Index ? How it is implemented in Oracle Database ?..

Answer / 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

What is an Index ? How it is implemented in Oracle Database ?..

Answer / ankur jain

An Index is nothing, it is something like the index behind in your text book, using index we can find any topic in our text book very fast,, hence database index is also like that, oracle engine uses this index to find any particular row quickly..
This is automatically created when you create the primary key during creation of table..

Is This Answer Correct ?    2 Yes 0 No

What is an Index ? How it is implemented in Oracle Database ?..

Answer / nishi

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 ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

How to start a new transaction in oracle?

0 Answers  


How to create a new oracle data file?

0 Answers  


How to load excel data sheet to oracle database

0 Answers  


How to check the oracle tns settings?

0 Answers  


Can Multiple instances be run on Single Machine???

3 Answers  


Explain the difference between replace() and translate() functions in oracle?

0 Answers  


What is Hash Index?

1 Answers  


what is the use of ondelete cascade?

3 Answers  


What happens to the data files if a tablespace is dropped?

0 Answers  


what is data independence exactly? give an example

6 Answers  


wirte the syntax of update query?

3 Answers   IBM,


how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?

0 Answers   Oracle,


Categories
  • Oracle General Interview Questions Oracle General (1809)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)