This is a lecture from the Cockroach University course “Getting Started with SQL for Developers”.
In this lecture, we'll learn how to update records using the `UPDATE` statement. We'll discuss the importance of the `WHERE` clause and introduce the CockroachDB setting for `sql_safe_updates`.
Learn more about CockroachDB by signing up for free training at Cockroach University:
0:00 The Update Statement
0:38 Setting Values
1:16 The WHERE Clause
2:34 Bulk Updates