From the course: Advanced SQL Practice: UPDATE Database Records

Let's practice updating database records - SQL Tutorial

From the course: Advanced SQL Practice: UPDATE Database Records

Let's practice updating database records

- [Scott] When we're working with real-world data, we'll often need to update or change a record in a database. Interacting with records in a database is usually something that's handled by a component of an application, but before we delegate this task to software, we need to understand how it works by practicing manually. In this set of code challenges, we'll be writing queries to update records in a database that already exists. That database represents the data for a text-based chat application, so we'll be working with things like contacts, messages, attachments, and so on. I'm Scott Simpson, and I hope you'll join me for this set of code challenges to practice updating records in a database. Let's go.

Contents