SchemasΒΆ

Schemas are a collection of tables and other objects that are grouped with one another. You can create, modify, and delete them.

MySQL Compatibility:

In Drizzle a “schema” is mapped to what MySQL refers to as a “database”, and is stored in a “catalog”.

Previous topic

RENAME

Next topic

ALTER SCHEMA

This Page