DatabaseSchema
Defines a database schema containing tables and their structural relationships. DatabaseSchema provides the logical grouping of tables that serve as the data foundation for OLAP cube construction and dimensional modeling.
Extends
- AbstractElement 🔗
Attributes
| Name | Id | Type | Lower | Upper | Default |
|---|
References
| Name | Type | Lower | Upper | Containment |
|---|---|---|---|---|
| tables | Table🔗 | 0 | ∞ | true |
| Collection of tables within this database schema. Tables include fact tables, dimension tables, and aggregation tables that provide the physical data structure for OLAP operations. | ||||
Used by
- Catalog🔗 → dbschemas
- AccessDatabaseSchemaGrant🔗 → databaseSchema
- DatabaseCatalog🔗 → schemas
- Table🔗 → schema