- 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.
- 實時流計算系統設計與實現
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- Hadoop 2.x Administration Cookbook
- Photoshop CS4經典380例
- 自動控制原理
- Docker Quick Start Guide
- 21天學通Java
- 大數據平臺異常檢測分析系統的若干關鍵技術研究
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- Docker High Performance(Second Edition)
- Implementing AWS:Design,Build,and Manage your Infrastructure
- 電氣控制與PLC技術應用
- Mastering Game Development with Unreal Engine 4(Second Edition)
- Visual Studio 2010 (C#) Windows數據庫項目開發
- MATLAB-Simulink系統仿真超級學習手冊