create table table_name (column_name column_type);
CREATE TABLE table_name (column_name column_type);
from http://www.runoob.com/mysql/mysql-create-tables.html
No comments:
Post a Comment