Schema Integration in DBMS (original) (raw)

Last Updated : 5 Jun, 2026

In a Database Management System (DBMS), schema integration is the process of combining two or more database schemas into a single unified schema.

**Note: This approach simplifies management while supporting data sharing, integration, and consistency.

Steps in Schema Integration

1. Identifying Correspondences and Conflicts

When multiple schemas are designed individually, it is important to identify which constructs represent the same real-world concepts and detect conflicts. Common types of conflicts include:

2. Modifying Views to Conform

Some schemas are adjusted to better align with others. This step resolves conflicts identified earlier and ensures the schemas can work together consistently.

3. Merging and Restructuring

The global schema is created by merging individual schemas:

4. Additional Steps in Schema Integration

Advantages

Disadvantages