2.1.10. DROPing

  • DROP <object> <obj_name> <flags>
  • DROP SCHEMA <schema_name> CASCADE
    • drops all workspace tables, domains
  • DROP TABLE <relation_name> RESTRICT
    • only drops table if
    • not referenced in any constraints/views
  • Notion of cascading
  • Table links