Adding records to a table in PhpMyAdmin
Let's now add a record to our table. To do this, go to the Insert tab:
In this tab, fill in the inputs. You can skip the input with id, since all its values will be added automatically. To confirm the changes, click the Go button:
After adding a record, you will see a page with the executed SQL query:
Let's take a look at the contents of our table in the Browse tab:
Add some records to your table.