1.

The way that a statement can be physically executed is called _____________(a) query plan(b) execution plan(c) query execution plan(d) all of the mentionedThe question was posed to me during an interview.The doubt is from Query Execution Plan in chapter Performance Tuning and Optimization of SQL Server

Answer»

The correct option is (d) all of the mentioned

To explain I would say: An execution plan is COMPOSED of primitive operations. EXAMPLES of primitive operations are: reading a table COMPLETELY, using an index, performing a nested LOOP or a hash join.



Discussion

No Comment Found

Related InterviewSolutions