Difference between revisions of "Conceptual schema"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "A '''conceptual schema''' is a high-level description of a business's informational needs. It typically includes only the main concepts and the main relationships among them....") |
Karl Jones (Talk | contribs) (→See also) |
||
Line 13: | Line 13: | ||
* [[Data modeling]] | * [[Data modeling]] | ||
* [[Entity-relationship model]] | * [[Entity-relationship model]] | ||
− | * [[Object-relationship | + | * [[Object-relationship mapping]] |
* [[Object-role modeling]] | * [[Object-role modeling]] | ||
* [[Knowledge representation]] | * [[Knowledge representation]] |
Latest revision as of 11:14, 6 December 2016
A conceptual schema is a high-level description of a business's informational needs. It typically includes only the main concepts and the main relationships among them.
Typically this is a first-cut model, with insufficient detail to build an actual database. This level describes the structure of the whole database for a group of users. The conceptual model is also known as the data model, as the data model can be used to describe the conceptual schema when a database system is implemented.
It hides the internal details of physical storage and targets on describing entities, datatype, relationships and constraints.[
See also
- Concept mapping
- Conceptual framework
- Conceptual graphs
- Conceptual model (computer science)
- Data modeling
- Entity-relationship model
- Object-relationship mapping
- Object-role modeling
- Knowledge representation
- Logical data model
- Mindmap
- Ontology
- Physical data model
- Semantic Web
- Three schema approach
External links
- Conceptual schema @ Wikipedia