SnowPro Advanced: Data Engineer — Question 93

A Data Engineer needs to obtain details about data loading history for tables in a specific database and schema. The tables were loaded using Snowpipe in the last 24 hours.

How should the Engineer accomplish these tasks?

Answer options

Correct answer: B

Explanation

The correct answer is B because it specifies the need for both the USAGE privilege on the database and schema and any privilege on the table to access the LOAD HISTORY view, which provides pertinent data loading history. Options A, C, and D do not correctly address the necessary privileges or views to obtain the required information regarding the loading history.