Analyzing JSON-, CSV, and Parquet data using SQL in DuckDB
Learn to perform data transformations and statistical aggregations in SQL. Practice using SELECT statements with transformations, calculating full-table aggregations, computing groupwise statistics with GROUP BY, and combining data from multiple tables using JOIN operations.