Changes

Jump to: navigation, search

Creating New Databases and Tables with MySQL Administrator

No change in size, 19:53, 29 October 2007
Creating New Tables
</table>
Once these columns are configured, click on the ''Apply Changes'' button to create the table. At this point, it is important to appreciate that all MySQL Administrator is doing is providing a user friendly way to generate and run SQL commands. At this point, therefore, the tool displays the SQL that will be executed to create the table and columns specified. if If you are new to SQL take some time to review the SQL commands - these will be covered in more detail later in this book. The SQL commands to create our table should read as follows:
<pre>

Navigation menu