Creating a Table with Geometry

Creating a table with spatial data is done using the "CREATE TABLE" SQL command as normal, declaring the spatial columns as type "geometry". Note that:

Here are some examples of "CREATE TABLE" commands using the "geometry" type: