answersLogoWhite

0

It depends on the database software. General syntax is:

create table TABLENAME define columns (data type, not null)

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


Which command is used to create a table?

CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));


How do you create a table in dreamweaver?

using the mysql command "create table table_name" we can create a table in dreamweaver.


When you create a new database which object is created first?

In Access, when you create a new database, a table is created first.


Which one is a system privilege a select b delete c execute d alter table e create table?

Create table


What is the different between a view and a create view?

View is a virtual table that do not have any data of its own but have data that is derived from another table called base table. Create view is the command used to create a view (virtual table).


How you create table in c language?

The simplest way to create a table in C is to use a two-dimensional array.


Can you able to create table using css?

You can style a table in CSS, HTML is what you would use to create it though.


What is maximum number of non clustered index created in a table and in a database?

you can create max. 249 ncli in a table you can create max. 249 ncli in a table


How is a table made up in a database?

A table in database can be created using create table command . Create command comes under data manipulation language.


How do you create time table?

To create time table you should first checkout your workload,priority,then classifies them to correct match.............


How do you create a data table containing the required set of results?

Select the range of cells for that data table, referencecolumn and row input cells, and create the data table.