COF-C02 · Question #573
Which views are included in the data_sharing_usage schema? (Select TWO).
The correct answer is D. MONETIZED_USAGE_DAILY E. LISTING TELEMETRY DAILY. The DATA_SHARING_USAGE schema in the Snowflake system database contains views scoped to Snowflake Marketplace listing activity and monetization, not general account operations.
Question
Which views are included in the data_sharing_usage schema? (Select TWO).
Options
- AACCESS_HISTORY
- BDATA_TRANSFER_HISTORY
- CWAREHOUSE_METERING_HISTORY
- DMONETIZED_USAGE_DAILY
- ELISTING TELEMETRY DAILY
How the community answered
(36 responses)- A3% (1)
- B3% (1)
- C8% (3)
- D86% (31)
Why each option
The DATA_SHARING_USAGE schema in the Snowflake system database contains views scoped to Snowflake Marketplace listing activity and monetization, not general account operations.
ACCESS_HISTORY resides in the ACCOUNT_USAGE schema and records object-level access events from queries - it is not related to data sharing or marketplace activity.
DATA_TRANSFER_HISTORY is an ACCOUNT_USAGE schema view tracking bytes transferred out of Snowflake, not a data sharing marketplace metric.
WAREHOUSE_METERING_HISTORY is in the ACCOUNT_USAGE schema and reports virtual warehouse credit consumption, which is unrelated to data sharing usage.
MONETIZED_USAGE_DAILY is a DATA_SHARING_USAGE view that reports daily monetization events for provider listings on the Snowflake Marketplace, making it specific to data sharing commerce activity.
LISTING_TELEMETRY_DAILY belongs to DATA_SHARING_USAGE and provides providers with daily metrics on consumer interactions and engagement with their Marketplace listings.
Concept tested: Snowflake DATA_SHARING_USAGE schema view classification
Source: https://docs.snowflake.com/en/sql-reference/data-sharing-usage
Topics
Community Discussion
No community discussion yet for this question.