Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is an Index ?

3 like 0 dislike
Hello guys,   

What is an Index ?

How it is implemented in Oracle Database ?

Please give me your feedback...........I am waiting for your feedback

Thanks in advance
asked 1 year ago by daneim (127,080 points)

2 Answers

1 like 0 dislike
 
Best answer
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
answered 1 year ago by marck_don (191,010 points)
0 like 0 dislike
A DATABASE OBJECT WHICH IDENTIFIES EACH FIELD OF A COLOMN UNIQUELY AND IMPROVES THE PERFORMANCE OF A QUERY DURING SELECT STMTS
answered 7 months ago by anonymous

Related questions

4 like 0 dislike
1 answer
asked 1 year ago by marck_don (191,010 points)
5 like 0 dislike
1 answer
asked 1 year ago by marck_don (191,010 points)
4 like 0 dislike
0 answers