The MySQL DROP
statement is one of many powerful DDL
commands. Be it ALTER TABLE some_table DROP
some_column
or DROP some_table
, this type of
command can drastically change your data landscape
because in executing MySQL DROP
, you are completely
removing objects from the database! If you are using the phpMyAdmin web
interface, you can execute the MySQL DROP
statement with just a few mouse clicks. Continue reading to see
how…
Drops of water.
Self-Promotion:
If you enjoy the content written here, by all means, share this blog and your favorite post(s) with others who may benefit from or like it as well. Since coffee is my favorite drink, you can even buy me one if you would like!
Note: The …
[Read more]