employer cover photo
employer logo
employer logo

Tudip Technologies

Is this your company?

Tudip Technologies interview question

What is database indexing?

Interview Answers

Anonymous

28 Feb 2019

Don't know

Anonymous

28 Feb 2019

Ok

Anonymous

11 Feb 2021

If you have a huge amount of data in the table, and if a particular column is taking too much time to retrieve/fetch. We can apply indexing on that column for faster retrieval types of indexing 1) clustered index: faster retrieval of data 2) non clustered index: relatively slower to clustered indexing.