SQL's ALTER Command, Learn SQL, Codecademy, Manipulation VIDEO
In this lesson we go over the ALTER command from SQL. The alter command allows us to make specific changes to the table(s) we specify. The ALTER TABLE part of the command is a clause that lets SQL know you want to make a change. Following the clause is the name of the table(s) you want to change. Next the ADD COLUMN clause allows us to add a column. Next we add the column name and the data type it will be.
Other Videos By We Will Code 2017-12-08 HTML And CSS Online Web Development Course, Codecademy Code Along 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
Tags: sql database
sql introduction
sql intro
should i learn sql
sql benefits
learn sql
ALTER command