MS SQL Server – 73 – Query Processing MCQ

73 – Query Processing MCQ

1 / 25

1. Which phase of query processing in SQL Server involves parsing, syntax checking, and building an initial query tree?

2 / 25

2. What is the primary purpose of query analysis in SQL Server?

3 / 25

3. During query analysis, what does SQL Server do after parsing and building an initial query tree?

4 / 25

4. In SQL Server, what is the purpose of index selection in query processing?

5 / 25

5. Which phase of query processing in SQL Server involves determining the order in which tables are accessed in a query?

6 / 25

6. What is the goal of join order selection in SQL Server query processing?

7 / 25

7. In SQL Server, which join processing technique uses nested loops to join tables?

8 / 25

8. What is the primary advantage of using the Hash Join algorithm in SQL Server?

9 / 25

9. In SQL Server, what is the primary benefit of using the Merge Join algorithm?

10 / 25

10. What is the primary purpose of plan caching in SQL Server?

11 / 25

11. During query processing in SQL Server, what happens in the plan caching phase?

12 / 25

12. What is the main advantage of caching query execution plans in SQL Server?

13 / 25

13. In SQL Server, what is the purpose of the Query Optimization phase?

14 / 25

14. What happens in the Query Execution phase of SQL Server query processing?

15 / 25

15. In SQL Server, what is the primary goal of query optimization?

16 / 25

16. What is the primary advantage of using the Nested Loop Join algorithm in SQL Server?

17 / 25

17. In SQL Server query processing, which phase involves selecting an execution plan for a query?

18 / 25

18. What is the primary role of query analysis in SQL Server?

19 / 25

19. During query analysis in SQL Server, what happens after parsing and building an initial query tree?

20 / 25

20. In SQL Server, what is the main function of index selection in query processing?

21 / 25

21. In SQL Server, which phase of query processing involves determining the order in which tables are accessed in a query?

22 / 25

22. What is the primary objective of join order selection in SQL Server query processing?

23 / 25

23. In SQL Server query processing, which join processing technique uses nested loops to join tables?

24 / 25

24. What is the primary benefit of using the Hash Join algorithm in SQL Server?

25 / 25

25. In SQL Server, what is the primary advantage of using the Merge Join algorithm?

Your score is

0%