Skip to main content
Category
Topics

Data Engineering Tutorials | Read, Learn, & Grow Your Skills

Read our data engineering blog to gain extra insight into how to build the tools, infrastructure, & frameworks to support data fluency in your business.
Other topics:
GroupTraining 2 or more people?Try DataCamp for Business
Data Engineering

What is Third Normal Form (3NF)?

Learn how third normal form (3NF) can help you organize your databases more efficiently by removing redundancy and minimizing dependency issues. See how decomposing tables can simplify data management.
Marie Fayard's photo

Marie Fayard

November 18, 2024

PostgreSQL

How to Use Homebrew to Install PostgreSQL on Mac

Learn how to set up PostgreSQL on macOS using Homebrew, a convenient package manager. Follow step-by-step instructions to install, configure, and start PostgreSQL services.
Oluseye Jeremiah's photo

Oluseye Jeremiah

November 17, 2024

Data Engineering

Getting Started with Microsoft Fabric: A Practical Guide

This tutorial walks you through Microsoft Fabric, showing you how to set up, connect data, build pipelines, and collaborate—all in one practical guide!
Kurtis Pykes 's photo

Kurtis Pykes

November 11, 2024

SQL

How to Update Multiple Columns in SQL

Learn how to update multiple columns in SQL using a single query for improved efficiency. Explore practical advanced techniques and examples, including single row updates and multiple row updates.
Allan Ouko's photo

Allan Ouko

November 8, 2024

Python

Mastering Python APIs: A Comprehensive Guide to Building and Using APIs in Python

Learn how to use a Python API to connect systems and give your projects real-time data. Discover how to retrieve, send, and process data, and make your applications dynamic and responsive.
Oluseye Jeremiah's photo

Oluseye Jeremiah

November 1, 2024

Data Engineering

What is dbt? A Hands-On Introduction for Data Engineers

Ready to start with dbt and take data modeling to the next level? This hands-on tutorial dives into essential techniques and project patterns to help you build intuitive, high-quality data warehouses with dbt.
Mike Shakhomirov's photo

Mike Shakhomirov

October 30, 2024

SQL

The Difference Between WHERE and HAVING in SQL

Discover how WHERE filters row-level data in SQL queries, while HAVING filters grouped data after aggregation, and master their distinct uses in SQL querying.
Islam Salahuddin's photo

Islam Salahuddin

October 10, 2024

SQL

SQL Order of Execution: Understanding How Queries Run

Understand the SQL order of execution and how its different from the order of writing. Write accurate and optimized queries for improved performance and avoid common mistakes in query design.
Allan Ouko's photo

Allan Ouko

October 10, 2024

Data Engineering

Moving Data with Python and dlt: A Guide for Data Engineers

Python dlt is a great choice for data engineers who want to move data fast and confidently. It integrates with almost any source and destination and lets you write your ELT/ETL pipelines quickly. This tutorial shows you how to control every step of the pipeline and work with local files, cloud, databases, and REST APIs.
Dario Radečić's photo

Dario Radečić

October 1, 2024

SQL

What is Transitive Dependency?

A transitive dependency occurs when one attribute in a database indirectly relies on another through a third attribute, causing redundancy. Keep reading to learn how to identify and eliminate transitive dependencies in database design .
Allan Ouko's photo

Allan Ouko

September 26, 2024