Which of the following is not a SQL Server INFORMATION_SCHEMA view?
Which of the following is not a SQL Server INFORMATION_SCHEMA view? Correct Answer sys.dm_exec_connections
The INFORMATION_SCHEMA views allow you to retrieve metadata about the objects within a database. These views can be found in the master database under Views / System Views and be called from any database in your SQL Server instance.