Using MERGE
In the previous lesson, we explored using INSERT
to append new rows of data. With that particular dataset, we assumed (correctly) that all of the rows of data were net-new to our dataset.
In this exercise, we will be looking at how we can use MERGE
to handle rows of data that are both net-new and updated rows of data.
This exercise is part of the course
Introduction to Databricks SQL
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
