SnowPro Core Certification — Question 679

The INFORMATION_SCHEMA included in each database contains which objects? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The correct answers are A and D because the INFORMATION_SCHEMA provides views that represent all objects within the specific database and also includes table functions that relate to historical and usage data specific to that database. Options B and C refer to account-level views which are not part of the database-specific INFORMATION_SCHEMA, while option E relates to account-level objects, which again falls outside the scope of database-specific information.