Database Developer Question:

Download Job Interview Questions and Answers PDF

Tell us what is an Index?

Database Developer Interview Question
Database Developer Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Can you tell me the ACID properties and explain?Tell me can a table contain multiple PRIMARY KEY’s?