How many different types of indexes we have in oracle?
Answer Posted / vawani
Then what is Clustered Index and Non-Clustered Index ?
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is meant by an index?
What is the string concatenation operator in oracle?
How to export data with a field delimiter?
How will you write a query to get a 5th rank student from a table student_report?
What are the attributes that are found in a cursor?
How to use "in" parameter properly?
Can we save images in a database and if yes, how?
How many types of database triggers exist?
How to sort output in descending order in oracle?
Whether any commands are used for months calculation? If so, what are they?
Can we convert a date to char in oracle and if so, what would be the syntax?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
What is define in oracle?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
What is a snapshot in oracle database?