What do you mean by an execution plan? Why is it used?



What do you mean by an execution plan? Why is it used?..

Answer / Pramod Kumar Kesarwani

{"execution_plan": "A set of steps that SQL Server follows to execute a query or update statement. It outlines the operations required, such as scans, seeks, joins, and sorts, as well as their sequence and estimated costs."n n "used": "Execution plans are used to understand the performance of queries, optimize them, and identify bottlenecks in database applications."]}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What's the difference between a primary key and a unique key?

4 Answers  


how to do partition in sqlserver

1 Answers   TCS,


What happens if null values are involved in string operations?

1 Answers  


Explain indexes disadvantages?

1 Answers  


What are different types of constraints?

0 Answers  


Are connections to sql server encrypted?

1 Answers  


What is the difference between ddl,dml and dcl commands?

1 Answers   BirlaSoft, Verifone,


What method is used by the Command classes to execute SQL statements that return single values?

1 Answers   B-Ways TecnoSoft,


from the table display the 2nd highest salary? and also the least 2nd salay?

8 Answers  


your distribution database is full what will u do

1 Answers  


Where cross join is used?

1 Answers  


How create table structure only from tableA to TableB if TableA have some data?

4 Answers  


Categories