Go to the previous topic.    Go to the next topic.

Creating table structure

Before you can insert data into table, you must create its structure. The structure of a table is determined by its columns, with each column in the table set up to handle a particular kind of data. Each column has specific attribute settings.

To create a table:

  1. In DBManager Home, select the database into which you want to add the table.
  2. Click the Manage Database button.
  3. Enter a name for the table, and specify the number of fields (columns) it will contain.
  4. Click Go.
  5. Enter column information.
  6. Click Save.
phpMyAdmin refreshes and shows the table structure as well as the SQL query used to create it. You are now ready to insert rows (records) into your table.