SQL Update Table Set Value Where Condition

Enjoyed this video? Join my Locals community for exclusive content at nbktechworld.locals.com!
2 months ago
8

Learn how to use Structured Query Language (SQL) to update database records.

In particular, you learn how to use the UPDATE statement to set a particular column value for the rows in the database.

For most cases, you usually specify a WHERE clause to narrow down to a specific row. Otherwise, you would end up changing many, if not all, rows in the table by accident.

Loading comments...