...

Deleting fields from database tables with phpMyAdmin

Deleting fields from database tables with phpMyAdmin

This tutorial will show you the steps for deleting fields from database tables with phpMyAdmin

Now let’s learn how to delete fields from database tables

Select the details table here
deleting fields from database tables

Let’s delete the city field
deleting fields from database tables

Click the Delete (or Drop) icon

Click Yes to confirm
deleting fields from database tables

That’s it! We’ve successfully deleted the city field from our database table

This is the end of the tutorial. You now know how to delete fields from database tables using phpMyAdmin

Previous Post
Creating a database table with phpMyAdmin
Next Post
Deleting tables from a database with phpMyAdmin