Login
Remember
Register
Ask a Question
Under what conditions should indexes be used in DBMS?
0
votes
asked
Apr 2, 2020
in
DBMS
by
rajeshsharma
Under what conditions should indexes be used in DBMS?
#dbms-indexes
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 2, 2020
by
amita rallin
Indexes can be created to enforce uniqueness, to facilitate sorting, and to enable fast
retrieval by column values. A good candidate for an index is a column that is
frequently used with equal conditions in WHERE clauses.
https://madanswer.com/selenium
...