This video lecture, part of the series MySQL Tutorial Series with Caleb by Prof. , does not currently have a detailed description and video lecture title. If you have watched this lecture and know what it is about, particularly what Web Development topics
Summary: in this tutorial, you will learn how to drop a column from a table using the MySQL DROP COLUMN statement. Introduction to MySQL DROP COLUMN statement. In some situations, you want to remove one or more columns from a table. In such cases, you use
Now let us see the syntax to delete a column. The syntax is as follows. alter table yourTableName drop column yourColumnName1, drop column yourColumnName2, . . . drop column yourColumnNameN, Now, let us delete the column “Age” and “Address” from ?
Post a Comment:
Showing 0 Comments: