adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we solve concurrency problems?

1122


What are the source of constraints?

1009


What are the properties of the transaction?

1073


Can one drop a column from a table?

1089


Explain system functions or built-in functions? What are different types of system functions?

1065


Why use identity in sql server?

1199


How do I start sql server 2017?

1015


List the ways in which dynamic sql can be executed?

1086


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1047


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1299


Explain “row_number()” in sql server with an example?

1079


Disadvantages of the indexes?

1223


How to connect php with different port numbers?

1189


How to rebuild the master database?

1166


What are the kinds of subquery?

1107