How to Drop a View in MySQL

Dropping a view in MySQL is very easy, you only need to do the following:

drop view employees_making_more_than_100k;

IN THIS PAGE