1.

Which of the following is not a SQL Server INFORMATION_SCHEMA view?(a) INFORMATION_SCHEMA.CONSTRAINT_TABLE_USAGE(b) INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS(c) INFORMATION_SCHEMA.KEY_COLUMN_USAGE(d) sys.dm_exec_connectionsI had been asked this question in an internship interview.I'd like to ask this question from Views topic in portion Laying the Foundation of SQL Server

Answer»

Right option is (d) sys.dm_exec_connections

Explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions