Databases always consist of one or numerous tables with one or numerous fields and values. Each field also has varying types of data that needs to be inputted. PhpMyAdmin makes it easy, even for beginners, to create fields and tables for their databases.
Learn how to insert fields with database tables with phpMyAdmin below:
1. This tutorial will show you how to insert fields in database tables using phpMyAdmin.
2. Now let’s learn how to insert fields into database tables.
First, log in to your phpMyAdmin account. In your home page, click on the link that says “details” which can be found at the leftmost part of the page.
3. This will take you to the “Table: Details” page. In the “Propose Table Structure” option, choose if you want to add the field at the beginning of table, at the end of table, or after another field.
(In this case, let’s add an “address” field AFTER the “name” field)
4. Click on the check box for “after”.
5. Then click the drop down menu for the “after” field.
6. Choose and click on the “address” option.
7. Now click on the button that says “Go”.
8. You will be shown a page with several empty boxes. On the empty box labeled “Field”, type in the word “address”.
9. On the box labeled “Type”, click the drop down menu.
10. Find and choose the option that says “CHAR”.
11. On the next box labeled “Length/Values”, type in “100”. Then click on the button that says “Save” when finished.
12. You will see a message on your screen that says “Table details have been altered” and the SQL query box explaining the changes that have just been made. The “address” field can also now be seen in the table details.
That’s it. Your details table now has a new “address” field.
13. Click on the icon that shows “Home” to go back to your home page.
This is the end of the tutorial. You now know how to add fields in a table using phpMyAdmin.
14. Thank you for watching our video tutorial on how to add fields in a table with phpMyAdmin.
February 18, 2012 at 11:31 pm | No comment




