- Learning PostgreSQL 10(Second Edition)
- Salahaldin Juba Andrey Volkov
- 137字
- 2021-07-02 22:42:02
Relational model concepts
A relational model is a first-order predicate logic, which was first introduced by Edgar F. Codd in 1970 in his paper A relational model of data for large shared data banks. A database is represented as a collection of relations. The state of the whole database is defined by the state of all the relations in the database. Different information can be extracted from the relations by joining and aggregating data from different relations and by applying filters on the data. In this section, the basic concepts of the relational model are introduced using the top-down approach by first describing the relation, tuple, attribute, and domain.
The terms relation, tuple, attribute, and unknown, which are used in the formal relational model, are equivalent to table, row, column, and null in the SQL language.
- 虛擬儀器設計測控應用典型實例
- 大數據技術與應用基礎
- 腦動力:Linux指令速查效率手冊
- 嵌入式系統應用
- Hadoop 2.x Administration Cookbook
- Visual FoxPro 6.0數據庫與程序設計
- 西門子S7-200 SMART PLC從入門到精通
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- CompTIA Linux+ Certification Guide
- 計算機網絡安全
- 單片機C語言程序設計完全自學手冊
- Azure PowerShell Quick Start Guide
- 中國戰略性新興產業研究與發展·增材制造
- INSTANT Munin Plugin Starter
- PostgreSQL 10 High Performance