New posts in create-table

How do I create a table based on another table [duplicate]

How to create a table in a particular database?

SQLite Foreign Key

What does regclass mean in Postgresql

Adding named foreign key constraints in a SQL Create statement

PostgreSQL Error: Relation already exists

Copy a MySQL table including indexes

CREATE TABLE AS with PRIMARY KEY in one statement (PostgreSQL)

Field 'id' doesn't have a default value?

Postgres table column name restrictions?

How to create table in partition data in hive?

create table in postgreSQL

How to create n number of external tables with a single hdfs path using Hive

MySQL: Error Code: 1118 Row size too large (> 8126). Changing some columns to TEXT or BLOB

Mysql: Setup the format of DATETIME to 'DD-MM-YYYY HH:MM:SS' when creating a table

Is it possible to roll back CREATE TABLE and ALTER TABLE statements in major SQL databases?

PostgreSQL create table if not exists

Create table in SQLite only if it doesn't exist already

Create a temporary table in a SELECT statement without a separate CREATE TABLE