MS SQL Server – 37 – System Catalog MCQ

37 – System Catalog MCQ

Best of luck!

1 / 25

1. What are Catalog Views in SQL Server used for?

2 / 25

2. Which system database in SQL Server contains catalog views?

3 / 25

3. What is the primary purpose of Dynamic Management Views (DMVs) and Functions in SQL Server?

4 / 25

4. Which of the following is a common use case for Dynamic Management Views (DMVs) and Functions in SQL Server?

5 / 25

5. Which system view provides information about the columns in user tables, views, and system catalog views in SQL Server?

6 / 25

6. What is the purpose of the INFORMATION_SCHEMA schema in SQL Server?

7 / 25

7. Which system view provides information about the indexes on tables and views in SQL Server?

8 / 25

8. What is the primary difference between Catalog Views and Dynamic Management Views (DMVs) in SQL Server?

9 / 25

9. Which Dynamic Management View (DMV) in SQL Server provides information about currently executing queries and their resource usage?

10 / 25

10. In SQL Server, what type of information can you retrieve from the sys.dm_os_wait_stats DMV?

11 / 25

11. Which system view in SQL Server provides information about all user-defined tables, views, and procedures in a database?

12 / 25

12. Which Dynamic Management View (DMV) in SQL Server provides information about query execution plans and statistics?

13 / 25

13. What is the primary use of the sys.dm_os_performance_counters DMV in SQL Server?

14 / 25

14. In SQL Server, which Dynamic Management View (DMV) provides information about the active connections to the server?

15 / 25

15. What is the primary purpose of the sys.dm_db_index_physical_stats DMV in SQL Server?

16 / 25

16. Which Dynamic Management Function (DMF) in SQL Server is used to split a delimited string into multiple rows?

17 / 25

17. In SQL Server, which Dynamic Management View (DMV) provides information about currently executing T-SQL batches?

18 / 25

18. What is the primary purpose of the sys.dm_db_partition_stats DMV in SQL Server?

19 / 25

19. Which system view in SQL Server provides information about the columns in user tables but not the system catalog views?

20 / 25

20. In SQL Server, which Dynamic Management View (DMV) provides information about the current state of locks on resources?

21 / 25

21. What is the primary purpose of the sys.dm_exec_query_plan DMV in SQL Server?

22 / 25

22. In SQL Server, which Dynamic Management View (DMV) provides information about the wait statistics for different types of waits?

23 / 25

23. What is the primary use of the INFORMATION_SCHEMA.COLUMNS view in SQL Server?

24 / 25

24. In SQL Server, which Dynamic Management Function (DMF) can be used to split a string into multiple columns based on a delimiter?

25 / 25

25. Which of the following SQL statements can be used to retrieve information from the INFORMATION_SCHEMA.COLUMNS view in SQL Server?

Your score is

0%