COF-C02 · Question #438
How long is a query visible in the Query History page in the Snowflake Web Interface (Ul)?
The correct answer is C. 14 days. Query History in the Snowflake Web UI retains query records for 14 days. This applies to queries visible in the UI's History page. For programmatic access over longer periods, the ACCOUNT_USAGE schema's QUERY_HISTORY view retains data for up to 365 days (1 year), but the UI…
Question
How long is a query visible in the Query History page in the Snowflake Web Interface (Ul)?
Options
- A60 minutes
- B24 hours
- C14 days
- D30 days
How the community answered
(61 responses)- A2% (1)
- B7% (4)
- C89% (54)
- D3% (2)
Explanation
Query History in the Snowflake Web UI retains query records for 14 days. This applies to queries visible in the UI's History page. For programmatic access over longer periods, the ACCOUNT_USAGE schema's QUERY_HISTORY view retains data for up to 365 days (1 year), but the UI itself only shows the last 14 days. This distinction is frequently tested in Snowflake certification exams.
Topics
Community Discussion
No community discussion yet for this question.