----------
Also, using MySQL, after creating atable, is it possible to add columns/fields. In MS Access, you just go to design view and create the new column, but what is the syntax if it is possible in MySQL.
Thank YOu
----------
To add a field, use ALTER TABLE.
Lets say you create a table...