New posts in ddl

Adding comment to column when I create table in PostgreSQL?

SQL Column definition : default value and not null redundant?

How to change a table ID from serial to identity?

Using ALTER to drop a column if it exists in MySQL

Safely rename tables using serial primary key columns

ALTER TABLE without locking the table?

How do I use CREATE OR REPLACE?

Why use multiple columns as primary keys (composite primary key)

How to generate entire DDL of an Oracle schema (scriptable)?

how to create new table in mysql with date default value for current date?

There can be only one auto column

How to convert primary key from integer to serial?

Can a number be used to name a MySQL table column?

Alter Table Add Column Syntax

Delete column from SQLite table

How do I add a foreign key to an existing SQLite table?

Simulate CREATE DATABASE IF NOT EXISTS for PostgreSQL?

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

add column to mysql table if it does not exist

PostgreSQL create table if not exists