Login
Remember
Register
Ask a Question
Describe the four types of indexes in DBMS?
0
votes
asked
Apr 2, 2020
in
DBMS
by
rajeshsharma
Describe the four types of indexes in DBMS?
#dbms-index-types
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 2, 2020
by
amita rallin
A unique primary index is unique and is used to find and store a row. A nonunique
primary index is not unique and is used to find a row but also where to store a row
(based on its unique primary index). A unique secondary index is unique for each row
and used to find table rows. A nonunique secondary index is not unique and used to
find table rows.
https://madanswer.com/cassandra
https://madanswer.com/agile
...