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 connect Azure federated root database and apply federation in entity framework?

87


how do you test proper tcp/ip configuration windows machine? : Sql server database administration

516


What is the purpose of the tempdb database?

569


How to create a view on an existing table in ms sql server?

578


What does asynchronous call backs means?

617






What is unique key constraint?

628


Explain the rules for designing files and file groups in sql server?

543


Explain different types of lock modes in sql server 2000?

516


Why people hate cursor?

725


Do comments need to go in a special place in sql server 2005?

505


How to download and install the scaled-down database adventureworkslt?

604


What is apply operator in sql?

558


Explain what is row_number function?

556


How to create a ddl trigger using "create trigger" statements?

610


Describe in brief databases and sql server databases architecture.

521