What is the syntax for a CREATE TABLE statement?

What is the syntax for a CREATE TABLE statement?

What is the syntax for a CREATE TABLE statement?

View Answers

November 18, 2010 at 5:28 PM

Hi,

The CREATE TABLE statement is used to create a table in a database.

CREATE TABLE "table_name"
("column 1" "data_type_for_column_1",
"column 2" "data_type_for_column_2",
... )

Thanks,









Related Tutorials/Questions & Answers:
What is the syntax for a CREATE TABLE statement?
syntax for create a table
Advertisements
general syntax for a SELECT statements
Objective C if else statements syntax
What is the Delete Statements in SQL?
Table Maintenance Statements
How To Create a Table.
SQL Alter Table Syntax
What is Mutating Table?
how to create a table
Create a Table - Java Beginners
MySQL Create Table
alter table create index mysql
Java Table Create
alter table create index mysql
JDBC: Create Table Example
Creating a Hash Table
Create Table in SWT
Create Dynamic Table using Hubernate
What are the data types allowed in a table?
Mysql Alter Table Syntax
Mysql Create Table
What can I create with Python?
what's the logic for create pattern program
PHP How to Create Table
How we can create a table through procedure ?
how to take input table name in jsp to create table in mysql?
create table in mysql of split file created in java
How to read textfile and create SQL server table ?
how to create database and table using jsp
How to Create Multiplication Table from 1 to 10?
What?s the maximum size of a row in SQL table?
Java create table in html file
The INSERT INTO Statements in SQL?
how tohow to create a table with primary key and foreign keyhow to create a table with primary key and foreign key
Account Management Statements
What is the best way to create a string array in python
Ant Script to Create Mysql Table
Create table and insert data by sql query
How do we create new table apart from mapping with existing table ?
Java to create table in jsp file that include other jsp file
Using poi hwpf,how to create table in word document. - Java Beginners
create a table in access2007 from gui application using textfields and combox
SQL Avg Syntax
how to create a new table for the already existing user in the website
predicates and statements?
Create a Table in Mysql database through SQL Query in JSP
Create Multiplication Table from 1 to 10
SQL Alter Column Syntax
Table Heading in HTML

Ads