Schema

Applies to: sql, general

A schema describes the structure of data: tables, columns, types, constraints, and relationships.

CREATE TABLE trades (id INT, price NUMERIC);

See also: table, column, data-type