How To Create Multiple Tables In Mysql

RegisterLogin
How To Create Multiple Tables In Mysql
Post Description: This Page Will Show You How You Can Create Mutliple Tables In Your Databases With Just One Command
Tags: How, To, Create, Multiple, Tables, In, Mysql
This Post Was Posted On Oct 28, 2009 By Webune Support #2653
welcome to webune support forums

today we had a good question about mysql, the questions was how you can create multilple tables at once.

creating two or more tables in a database is easy as long as you know which syntax to use, for example, i can create two tables with this command:

MySQL Query:
CREATE TABLE `table1` (`field1` VARCHAR( 11 ) NOT NULL);
CREATE TABLE `table2` (`field2` VARCHAR( 11 ) NOT NULL);


try the above query in your phpmyadmin
Leave Your Comments
©2011 Webune Forums - Sun Dec 18, 2011 3:15 pm
Powered by: Webune Forums V3