Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners

Code Factory for MySQL online Help

  Return to chapter overview  

How to create a new MySQL table?

Creating Tables

       

New tables are created within Create Table Wizard. In order to run the wizard you should either

 

select the Object | Create Database Object... main menu item;
select the Table icon in the Create Database Object dialog

or

select the Tables list or any object from that list in the explorer tree;
select the Create New Table... item from the popup menu

or

open  and the Tables tab there;
press the Insert key or select the Create New Table item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar).

       

To create a new table with the same properties as one of the existing tables has:

 

select the Object | Duplicate Database Object... main menu item;
follow the instructions of Duplicate Object Wizard.



  Return to chapter overview