Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Convierte lo que sabes en una oportunidad y llega a millones de personas de todo el mundo.
Más información
Tu cesta está vacía.
Seguir comprando
Snowflake Database - Querying Data Part 1
Calificación: 4,4 de 5(179 valoraciones)
1422 estudiantes
Creado porRandy Minder
Última actualización: 9/2021
Inglés

Lo que aprenderás

  • Snowflake Semi-Structured Data (JSON and Parquet Files) Queries
  • Snowflake Windowing Queries
  • Snowflake Data Generation Queries
  • Snowflake Snowsight (Snowflakes Next Generation Worksheet Replacement)
  • Snowflake Information Schema and Account Usage Queries
  • Snowflake Common Table Expression and Connect By Queries
  • Snowflake Pivot and Unpivot Queries
  • Snowflake Query Performance Monitoring

Contenido del curso

7 secciones36 clases5 h 10 m de duración total
  • Introduction2:20

    Introduction to this course

  • Creating a demo account1:14

    This brief discussion shows you how to set up your own Snowflake account

Requisitos

  • Some basic understand of Snowflake and SQL would be very helpful

Descripción

SQL is the most used query language in the world and Snowflake is quickly becoming the most used cloud data platform in the world. There are, of course, other query languages for different types of databases, such as NoSQL databases but SQL remain the standard and Snowflake's SQL implementation is full ANSI SQL compliant.

Snowflake's cloud data platform features a data warehouse / data lake architecture that supports the most common standardized version of SQL (ANSI) for extremely powerful relational database querying.

Snowflake can also be used as a data lake replacement, or supplement, because it can also aggregate semi-structured data such as JSON and Parquet, with structured data in a SQL format. Snowflake simplifies access to JSON data and allows users to combine it with structured data.

In this course we cover many query techniques such as Windowing functions, Common Table Expressions (CTEs) and Connect By, generating data, time travel queries, working with dates and times, pivot and unpivot queries, regular expression queries and many other types of queries.

We demonstrate how to perform query performance monitoring. We also spend a significant amount of time demonstrating how Snowflake can be used to query semi-structured data such as JSON and Parquet files.

When you finish part 1 of this course you will have a solid foundation for performing numerous types of Snowflake queries.

¿Para quién es este curso?

  • Any Snowflake developer or administrator who wants a deeper understand of the types of queries that can be generated in Snowflake