6. Deleting fields from database tables with phpMyAdmin

6. Deleting fields from database tables with phpMyAdmin

This tutorial assumes you've already logged in to phpMyAdmin

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

Select the details table here

Let's delete the city field

Click the Delete (or Drop) icon

Click Yes to confirm

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

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

12. Copying a database table with phpMyAdmin

12. Copying a database table with phpMyAdmin This tutorial assumes you've already logged in to...

2. Creating tables in a database with phpMyAdmin

2. Creating tables in a database with phpMyAdmin This tutorial assumes you've already logged...

3. Deleting tables from a database with phpMyAdmin

3. Deleting tables from a database with phpMyAdmin This tutorial assumes you've already logged...

7. Exporting databases and tables with phpMyAdmin

7. Exporting databases and tables with phpMyAdmin This tutorial assumes you've already logged...

1. Becoming familiar with databases in phpMyAdmin

1. Becoming familiar with databases in phpMyAdmin This tutorial assumes you've already logged...