DEV Community

Astrid
Astrid

Posted on • Originally published at developerastrid.com

How to use SQL CREATE TABLE to create a new table

This article describes how to use SQL CREATE TABLE to create a new table, DROP TABLE to delete a table completely, and ALTER TABLE to change table columns or other objects such as constraints or indexes.

Link to the original article: https://www.developerastrid.com/en/sql/sql-create-table/

Top comments (0)