Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Permanently remove a table and all its data with `DROP TABLE`.
Permanently delete a column and all its data from a table using ALTER TABLE.
Drop an index that is no longer useful so writes no longer have to maintain it.