Design your concept
Use conceptual mode to create classes and connect them in a clear, abstract model before thinking about database details.
Work through the full design flow with clear conceptual, logical, and physical views.
Use conceptual mode to create classes and connect them in a clear, abstract model before thinking about database details.
Switch to logical design mode to turn your concept into a relational database model with tables, fields, and links.
Use physical design mode to get the model ready for real use by defining types, constraints, and database-specific details.