What is index and also its types in DBMS?
The database index is the data structure that is defined on the columns of the database table. Database indexing speed up the data retrieval process.
There are 3 types of indexing in DBMS:-
- Primary Index
- Secondary index
- Clustered index
Suggest An Answer
No suggestions Available!