Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Extend a table's structure by adding a new column with `ALTER TABLE`.
Inspect a table definition to see its column names and data types.
Use `AS` to give result columns clearer labels without changing the underlying table schema.