What is the query optimization statistics?



What is the query optimization statistics?..

Answer / flora

The SQL Server query optimizer uses distribution statistics when creating a query plan. The statistics provide information about the distribution of column values across participating rows, helping the optimizer better estimate the number of rows, or cardinality, of the query results

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?

0 Answers  


Difference between primary key and clustered index?

0 Answers  


is there more the two primary key in a single table?

26 Answers   Eforce, Systematix,


how many bits ip address consist of? : Sql server database administration

0 Answers  


Does union all remove duplicates?

0 Answers  


What are statistics?

0 Answers  


What is the server name for sql management studio?

0 Answers  


What does this statement do @@rowcount?

0 Answers  


What does nvl stand for?

0 Answers  


How to drop an existing table with "drop table" statements in ms sql server?

0 Answers  


List some of the rules that apply to creating and using a ‘view’

0 Answers  


Issues related in upgrading SQL Server 2000 to 2005 / 2008

0 Answers  


Categories