Difference between revisions of "Conceptual schema"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(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....")
(No difference)

Revision as of 11:13, 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

External links