Database Developer Question:

Tell us what is an Index?

Tweet Share WhatsApp

Answer:

An index is used to speed up the performance of queries. It makes faster retrieval of data from the table. The index can be created on one column or a group of columns.

Download Database Developer PDF Read All 70 Database Developer Questions
Previous QuestionNext Question
Can you tell me the ACID properties and explain?Tell me can a table contain multiple PRIMARY KEY’s?