How to insert fields into database tables with phpMyAdmin

 

Insert Fields: To store a new piece of data about something for which you already have a table, consider adding a field to the table.

We assumed that you have already logged in into cPanel.

Or click here to see how to login to cPanel.

 

Steps (Insert fields into database tables):-

  • Click phpMyAdmin icon.
  • Select a table from database in which you are going to add fields.
  • Then Click Structure and select the position of table where you want to insert field.
  • Click go button, enter the inserting field name and its detail.
  • Click Save.

Congratulations you have successfully added the new field in the existing table.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to copy a database table with phpMyAdmin

  Copy a database table : Several times, we need to copy SQL Server table schema and data from...

How to create tables in a database with phpMyAdmin

  Create Tables: The harder part is deciding what the structure of your database should be:...

How to run SQL queries on a database with phpMyAdmin

SQL queries: SQL stands for Structured Query Language. SQL is used to communicate with a...

How to delete fields from database tables with phpMyAdmin

  Delete Fields: Deleting a field from the form builder also permanently deletes the data...

How to rename database tables with phpMyAdmin

  Rename Fields: Sometimes we need to rename the existing database tables. We assumed that...