Modifying Date/Time Values
Understand the functions that MySQL provides for modifying temporal values.
Creating and accessing values with temporal data types in MySQL only gets us so far. While we can update a temporal value by overwriting it with the most recent date or time, this approach is only helpful in a few use cases. Let us consider the scenario from a prior example where we store tasks with a due date:
Get hands-on with 1400+ tech skills courses.