【数据库系统】实例和模式
生活随笔
收集整理的這篇文章主要介紹了
【数据库系统】实例和模式
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
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.(數(shù)據(jù)庫的整體設(shè)計(jì))
Several schemas of DBS
- Physical schema(物理模式/內(nèi)模式/存儲(chǔ)模式): database design at the physical level.
- Logical schema(邏輯模式/模式/概念模式): database design at the logical level.
- Sub schema(子模式/外模式): describe different views at the view level
總結(jié)
以上是生活随笔為你收集整理的【数据库系统】实例和模式的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【数据库系统】Web查找和数据库查询的区
- 下一篇: 【Git】Git处理新Repositor