SchemaApplies to: sql, generalA 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