what are indexes..how many types of index's are there and
what are they?
Answer Posted / guest
when queries are run against a DB,an index on that DB
basically helps in the way the data is sorted to process
the query for faster data retievals.
There are basically two types of indexes that we use in SQL
Server. Clustered and the Non-Clustered.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Explain implicit cursor.
Please explain compound trigger in oracle?
What are the different editions of oracle?
What is the relationship among database, tablespace and data file?
what is the difference between functional dependecy and multilevel dependency?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What is clustered table in Oracle?
What is oracle rownum?
How to create a new user account in oracle?
Explain index?
Is oracle an operator?
How to convert numbers to characters in oracle?
Is there any function in oracle similar like group_concat of mysql?
what are bitmap indexes? How does they work?
How to turn on or off recycle bin for the session?