A schema is a collection of data logical structures and schema objects. Each user of ApsaraDB for OceanBase has a schema and the schema has the same name as the user.
You can use SQL to create and process your database objects. Schema objects are divided into the following types:
- Constraints
- Database links
- Database triggers
- Indexes
- Object tables
- Object types
- Object views
- Packages
- Sequences
- Stored functions
- Stored procedures
- Synonyms
- Tables
- Views