Computer Science, asked by riskylathwal263, 1 year ago

How will we see the available all indexes in a database?

Answers

Answered by Akhilrajput1
0
The whole point of having an indexis to speed up search queries by essentially cutting down the number of records/rows in a table that need to be examined. An indexis a data structure (most commonly a B- tree) that stores the values for a specific column in a table.
Similar questions