Would it be a good idea to create an index on a table that
always contains 10 records? Why or why not?

Answers were Sorted based on User's Feedback



Would it be a good idea to create an index on a table that always contains 10 records? Why or why ..

Answer / bharathi

No it is not a good idea. Indexes are very expensive to
maintain. Indexes are created mainly to improve performace.
If there are only 10 rows in a table, creating index would
not make any difference in the performace.

Is This Answer Correct ?    5 Yes 0 No

Would it be a good idea to create an index on a table that always contains 10 records? Why or why ..

Answer / laxman

Not a good idea.

Indexes are used for improve select query performance.
indexes will be useful when the data is more and more.

Is This Answer Correct ?    3 Yes 0 No

Would it be a good idea to create an index on a table that always contains 10 records? Why or why ..

Answer / subhash

No it's not a good idea.

Table scan would be fine for smaller tables with less records. Moreover indexes need disk space. It's not necessary to create an index and waste the disk space.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio

0 Answers  


Can we create SP inside SP ? If no Y ? If yes Y ? Explain with an example ?

3 Answers   IBM, L&T,


WHICH IS THE BEST INSTITUTE IN HYD FOR "ORACLE"?

3 Answers  


What happens if the update subquery returns no rows in ms sql server?

0 Answers  


Why would you use sql agent?

0 Answers  






what is normalization? what is denormalization?

9 Answers   Satyam,


Do you know what are the ways available in sql server to execute sql statements?

0 Answers  


1.what is the purpose of using alias name in sql server? with certain example? 2.what is cursor?will u plz explain me in detail with certain example?

3 Answers  


How do you create a clustered index?

0 Answers  


Does sql server use t sql?

0 Answers  


what are the advanced features in sql 2008?

2 Answers   Wipro,


What is index in an assignment?

0 Answers  


Categories