Query Caching:
Results are cached to speed up repeated queries.
Automatic Clustering:
Snowflake manages clustering for performance, but manual clustering can be set.
Result Caching:
Cached results are used for identical queries.
Warehouse Scaling:
Scale up for performance, scale out for concurrency.
6. Semi-Structured Data Support
Variant Data Type:
Stores semi-structured data (JSON, XML, Avro).
Functions: Use FLATTEN, PARSE_JSON, OBJECT, ARRAY functions for handling semi-structured data.
Querying: Use dot notation to access elements within VARIANT columns.
7. Data Sharing & Marketplace
Secure Data Sharing:
Share data across Snowflake accounts without copying.
Snowflake Marketplace:
Access third-party datasets and data products.
8. Time Travel & Fail-safe
Time Travel:
Recover data from previous versions (up to 90 days, depending on edition).
Fail-safe: Additional recovery period for system failures (7 days).
9. Key SQL Commands
CREATE DATABASE/SCHEMA/TABLE: Set up data structures.
COPY INTO:
Load/unload data.
SELECT: Query data.
ALTER: Modify objects.
GRANT/REVOKE: Manage permissions.
SHOW: List objects (SHOW TABLES, SHOW WAREHOUSES).
10. Best Practices
Use appropriate warehouse sizes for workloads.
Monitor query performance using Query History.
Schedule automatic warehouse suspension to save costs.
Apply RBAC for secure access control.
Leverage Time Travel for backup and recovery.
11. Exam Tips
Review official Snowflake documentation.
Practice with sample questions and labs.
Understand core concepts, features, and terminology.
Focus on architecture, security, data loading, and semi-structured data topics.
Use the official exam guide for topic weighting.
Note: This cheatsheet covers essential topics and terminology to help you prepare for the SnowPro® Core Certification (COF-C02) exam. For deeper understanding, refer to the official Snowflake documentation and practice hands-on exercises.
This website uses cookies. Using this website means you are ok with this but you can learn more about our cookie policy and how to manage your cookie choices here