-
Book Overview & Buying
-
Table Of Contents
Mastering phpMyAdmin 3.3.x for Effective MySQL Management
Now that we have a new database, it's time to create a table in it. The example table we will create is named book.
Before creating a table, we should plan the information we want to store. This is usually done during database design. In our case, a simple analysis leads us to the following book-related data we want to keep:
International Standard Book Number (ISBN)
Title
Number of pages
Author identification
For now, it's not important to have the complete list of fields (or columns) for our book table. We will modify it by prototyping the application now and refining it later. At the end of the chapter, we will add a second table, author, containing information about each author.
We have chosen our table name and we know the number of fields. We enter this information in the Create new table dialog and click on Go to start creating the table. At this point it does not matter if the number of fields is exactly known, as a subsequent...
Change the font size
Change margin width
Change background colour