---
title: "What is an Oracle index?"  
description: "What is an Oracle index?"  
author: "Sumit Kesarwani"  
published: 2014-02-01  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1912/what-is-an-oracle-index  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is an Oracle index?

An index is an optional structure associated with a table to have direct access to rows, which can be created to increase the performance of data retrieval. Index can be created on one or more columns of a table.

## Answers

### Answer by Abhishek Singh

Post is removed by the Admin.

### Answer by Sumit Kesarwani

An index is an optional structure associated with a table to have direct access to rows, which can be created to increase the performance of data retrieval. Index can be created on one or more columns of a table.


---

Original Source: https://www.mindstick.com/interview/1912/what-is-an-oracle-index

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
