👉 Subschemas are a data model used in relational databases to store and organize related tables. They are used to encapsulate information that is common across multiple tables, allowing for easier querying and management of data. In a subschema, each table is associated with a unique name or identifier, which can be used to refer to the table later on. The subschemas define the structure of the tables within the schema, including columns, relationships between tables, and constraints. Subschemas are essential in designing and maintaining