SQL's UPDATE Command, Learn SQL, Codecademy, Manipulation VIDEO
In this lesson we look at the command from the previous lesson in more detail. We learn that "UPDATE" is a clause that will allow us to edit a row in a table. After the update keyword is the name of the table(s) you want to target. After the table name, the keyword SET is used to indicate which column(s) to edit, followed by the column name. They keyword WHERE is used to specify a condition that needs to be met.
Other Videos By We Will Code 2017-12-08 Select Distinct, Learn SQL, Codecademy, Queries 2017-12-06 Select-II 2017-12-05 Queries, Learn SQL, Codecademy (SQL Queries) 2017-12-04 SQL Course Wrap-Up Quiz, Best Way To Learn SQL 2017-11-30 We Will Code, Learn To Code, Learn To Achieve 2017-11-29 NodeJS Express Tutorial, EJS Template, What Is EJS 2017-11-28 Generalizations, Learn SQL, Codecademy, Manipulation 2017-11-27 SQL Constraints, Learn SQL, Codecademy, Manipulation 2017-11-24 SQL's DELETE Command, Learn SQL, Codecademy, Manipulation 2017-11-21 SQL's ALTER Command, Learn SQL, Codecademy, Manipulation 2017-11-20 SQL's UPDATE Command, Learn SQL, Codecademy, Manipulation 2017-11-17 Node JS Express Tutorial, Install Express JS, Express App 2017-11-17 SQL's SELECT Command, Learn SQL, Codecademy, Manipulation 2017-11-16 SQL's Insert Command, Learn SQL, Codecademy, Manipulation 2017-11-15 Create Statement, Learn SQL, Codecademy, Manipulation 2017-11-14 Statements, Learn SQL, Codecademy, Manipulation 2017-11-13 Relational Databases, Learn SQL Codecademy, Manipulation 2017-11-11 Introduction, Learn SQL, Codecademy, Manipulation 2017-11-09 Introduction to Codecademy's "Learn SQL" Course 2017-11-09 Review: Media Queries, Codecademy, Learn Responsive Design 2017-11-08 Breakpoints, Codecademy, Learn Responsive Design, Media Queries
Tags: sql database
sql introduction
sql intro
should i learn sql
sql benefits
learn sql
UPDATE command