Changes

Jump to: navigation, search

Creating Databases and Tables Using SQL Commands

283 bytes added, 18:05, 28 September 2007
Creating Tables with SQL
== Creating Tables with SQL ==
New tables are added to an existing database using the SQL ''CREATE TABLE'' statement. The ''CREATE TABLE'' statement is followed by the name of the table to be created followed by a comma separated list of the names and definitions of each table column: CREATE TABLE ''table_name'' ( ''table_name definitions'', ''table_name definitions'' ... ) ENGINE=''engine_type'';
<pre>

Navigation menu