SnowPro Core Certification — Question 807
Which system function can be used to manage access to the data in a share and display certain data only to paying customers?
Answer options
- A. SYSTEM$ALLOWLIST
- B. SYSTEM$ALLOWLIST_PRIVATELINK
- C. SYSTEM$AUTHORIZE_PRIVATELINK
- D. SYSTEM$IS_LISTING_PURCHASED
Correct answer: D
Explanation
The correct answer, SYSTEM$IS_LISTING_PURCHASED, specifically checks if a customer has purchased access to a listing, thus managing data visibility accordingly. The other options do not directly address controlling access based on purchase status, making them unsuitable for this requirement.