Schema Design Guide
Design well-structured relational database schemas with proper normalization, strategic indexing, referential integrity, and clear naming conventions.
When to Use
- User designs new database tables
- User asks about normalization or denormalization
- User needs help with indexing strategy
- User defines relationships between tables
- User asks about naming conventions for database objects
Core Patterns
Normalization (1NF through 3NF)
Apply normalization to el
[Description truncada. Veja o README completo no GitHub.]