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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to compare the top two records using sql?

958


How to convert numeric values to integers in ms sql server?

699


How to create hyperlink from returned sql query ?

823


What is awe?

739


What is lock escalation? : sql server database administration

804






Is sql server 2016 free?

695


What is the difference between a primary key and a unique key? Are they the same?

778


What is use of attribute hierarchy ordered ? : sql server analysis services, ssas

735


Does an index slow down updates on indexed columns?

718


what are the different ways to return the rowcount of a table?

745


What is set nocount on and what is set nocount off?

668


What is proper subset of candidate key?

763


How to insert data with null values?

762


Explain microsoft sql server functions?

767


In which sql server version report builder introduced?

125