---
title: "Define Indexes?"  
description: "Define Indexes?"  
author: "Sumit Kesarwani"  
published: 2013-12-23  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/1860/define-indexes  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Define Indexes?

Index is a general term for an Oracle/SQL features used to primarily to speed execution and imposes uniqueness upon certain data.

The most important of an index is to ensure uniqueness of rows and help in speedy retrieval of data.

## Answers

### Answer by Sumit Kesarwani

Index is a general term for an Oracle/SQL features used to primarily to speed execution and imposes uniqueness upon certain data.

The most important of an index is to ensure uniqueness of rows and help in speedy retrieval of data.


---

Original Source: https://www.mindstick.com/interview/1860/define-indexes

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
