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_connections
I 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