Logical schema |
A Logical schema is a data model of a specific problem domain that has more detail than a conceptual schema, but does not include the design considerations and physical storage parameters found in a physical schema. A logical schema contains entities made up of attributes, and connected by relations.
The next step in creating a Database, after the logical schema is produced, is to create the physical schema.|
|