Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
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)
oracle
index
database
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
How can you rebuild an index?
asked
1 year
ago
by
marck_don
(
191,010
points)
rebuild
index
oracle
6
like
0
dislike
1
answer
For which relational operators in where clause, index is not used ?
asked
1 year
ago
by
rad_joshep
(
19,390
points)
relational
operators
clause
index
oracle
5
like
0
dislike
1
answer
What is an Oracle view?
asked
1 year
ago
by
marck_don
(
191,010
points)
oracle
database
5
like
0
dislike
1
answer
What are the basic element of Base configuration of an oracle Database ?
asked
1 year
ago
by
daneim
(
127,080
points)
oracle
database
element
feedback
4
like
0
dislike
0
answers
How do you go about making an index?
asked
1 year
ago
by
marck_don
(
191,010
points)
index
website
keywords