Difficulty: Beginner
What is an UPSERT?
An operation that either Inserts a row or, if a unique key conflict occurs, Updates the existing row instead (e.g., `INSERT ... ON CONFLICT DO UPDATE`).
Insert, Update, Conflicts
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.