2.1.06. SQL Create schema

  • Data definition commands
  • CREATE
    • SCHEMA <schema_name> AUTHORIZATION <a>
    • or workspace
  • Beware of names
    • Name collisions produce odd behaviours
  • SQL Schema embraces Tables (relations), constraints, views, domains, authorizations