【数据库系统】实例和模式

Relationship between schema and instance

It is similar to types and variables in programming languages.

Schema is analogous to type information of a variable in a program.(变量类型)
Instance is analogous to the value of a variable.(变量取值)

Schema(模式)

Schema is the overall design of the database.(数据库的整体设计)

Several schemas of DBS

  • Physical schema(物理模式/内模式/存储模式): database design at the physical level.
  • Logical schema(逻辑模式/模式/概念模式): database design at the logical level.
  • Sub schema(子模式/外模式): describe different views at the view level
    原文作者:星拱北辰
    原文地址: https://blog.csdn.net/weixin_43896318/article/details/104487204
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞