CREATE TABLE

suggest change

Introduction

The CREATE TABLE statement is used create a new table in the database. A table definition consists of a list of columns, their types, and any integrity constraints.

Syntax

Parameters

|Parameter | Details | |————|—–| |tableName|The name of the table| |columns | Contains an ‘enumeration’ of all the columns that the table have. See Create a New Table for more details.|

Remarks

Table names must be unique.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


CREATE TABLE:
*CREATE TABLE

Table Of Contents