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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the name of the system variable that returns the number of rows affected by a SQL statement?

564


Can two tables have the same primary key?

559


Define union, union all, minus, intersect?

559


Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?

491


Define full outer join in sql server joins?

493






What is model database? : SQL Server Architecture

564


How many databases Microsoft SQL server provides?

602


How does recursive cte works in sql server?

520


tell me the disaster recovery plan

2019


What are the recovery models in sql server 2000?

552


What is the difference between char and varchar2 datatype in sql?

539


How to make a column nullable?

592


What are functions in the sql server?

597


How to find Duplicate Records In table?

581


Write a sql query to get zero records from a table having n number of records?

705