2.2 基础概念

PostgreSQL是一个关系型数据库管理系统(RDBMS)。也就是说,它是用来管理关系型数据的。关系本质是表的数学术语。当今,在表中存储数据已是一个众所周知的概念,以至于它看起来就是这个样子的,但实际上,还有许多其他组织数据库的方法。在类UNIX系统上的文件和目录构成了一个分级数据库的示例。更先进些的还有面向对象的数据库。

每个表是行的集合。表的每一行具有相同的列,每个列有各自的数据类型。虽然每一行的列顺序是一定的,但有一点,SQL并不能确保表中行的顺序(当然,可以对行显式的进行排序显示)。

表存在数据库中,多个由同一PostgreSQL服务实例管理的数据库共同组成数据库群集。

2.2. Concepts

PostgreSQL is a relational database management system (RDBMS). That means it is a system for managing data stored in relations. Relation is essentially a mathematical term for table. The notion of storing data in tables is so commonplace today that it might seem inherently obvious, but there are a number of other ways of organizing databases. Files and directories on Unix-like operating  systems form an example of a hierarchical database. A more modern development is the object-oriented database.

Each table is a named collection of rows. Each row of a given table has the same set of named columns, and each column is of a specific data type. Whereas columns have a fixed order in each row,it is important to remember that SQL does not guarantee the order of the rows within the table in any way (although they can be explicitly sorted for display).

Tables are grouped into databases, and a collection of databases managed by a single PostgreSQL server instance constitutes a database cluster.

2.2. Concepts相关推荐

  1. Lucene.net: the main concepts

    2019独角兽企业重金招聘Python工程师标准>>> In the previous post you learnt how to get a copy of Lucene.net ...

  2. Machine learning of neural representations of suicide and emotion concepts identifies suicidal youth

    Machine learning of neural representations of suicide and emotion concepts identifies suicidal youth ...

  3. Layman’s explanation of SAP IS Retail concepts: assortments and listing

    New to SAP IS Retail? Trying to understand what "assortments" and "listing" are ...

  4. 机器学习面试知识点汇总(Machine Learning Core Concepts Collection)

    Core Concepts List 我们将在这一部分罗列一些面试可能涉及到的小的知识点,只作巩固和补充,如果需要详细了解,还需要详细查证相关的论文. 1.在预测阶段执行 BN 是必要的吗?(没必要也 ...

  5. Deep Learning in a Nutshell: Core Concepts

    转载自:Deep Learning in a Nutshell: Core Concepts | Parallel Forall http://devblogs.nvidia.com/parallel ...

  6. boost::geometry::concepts::check用法的测试程序

    boost::geometry::concepts::check用法的测试程序 实现功能 C++实现代码 实现功能 boost::geometry::concepts::check用法的测试程序 C+ ...

  7. Concepts in Games Development(游戏开发概述) 公开课笔记

    Concepts in Games Development是Open2Study平台上的课程,Dr. Clinton Woodward老师任教于Swinburne University of Tech ...

  8. MIS 740: Software Concepts Use different GUI components i

    代做MIS 740作业.代写Software Concepts作业.代做Python/Java课程设计作业.代写Python/ C/C++编程作业 MIS 740: Software Concepts ...

  9. KVM Virtual Networking Concepts

    KVM Virtual Networking Concepts - NovaOrdis Knowledge Basehttps://kb.novaordis.com/index.php/KVM_Vir ...

  10. Memory Management Concepts overview(内存管理基本概念)

    目录 Concepts overview Virtual Memory Primer Huge Pages Zones Nodes Page cache Anonymous Memory Reclai ...

最新文章

  1. 【java】兴唐第二十三节课作业
  2. android中的回调
  3. 2020腾讯AI Lab犀牛鸟专项研究及访问学者计划入选项目公布!!!
  4. CNN结构:MXNet设计和实现简介
  5. 一周要闻:为什么从百度离职,程序员五件事.......
  6. pythondis功能_python 使用 Dis 模块进行代码性能剖析
  7. 用arp-scan扫描局域网IP地址
  8. PCIE协议解析 synopsys IP loopback 读书笔记(1)
  9. 安装python的numpy模块教程
  10. 小米怎么快速回到顶部_打开小米这3个设置,手机越用越好用啦!你现在还不知道吗?...
  11. 初次打开QQ空间后IE卡死问题处理
  12. 7-2 哈利·波特的考试 (25 分)(解释的挺详细了吧)
  13. 股票实时行情数据接口编译
  14. grep, sed, awk 的用法
  15. 下面哪些是python语言的特点_Python语言的特点有哪些?九大特点介绍!
  16. python爬取网易云_利用python爬取网易云音乐,并把数据存入mysql
  17. Libra,一场赛博朋克噩梦!
  18. Java集合(一)Java集合及其关系
  19. vue 数据传输加密、加签、数字信封应用
  20. Proteus VSM Studio汇编 + 蜂鸣器播放谱曲八月桂花香

热门文章

  1. 尚硅谷python部分学习笔记
  2. KiCad V6使用记录
  3. html首页我的待办,我的待办.html
  4. 因子分析 二元logistic回归
  5. CPRI原理及应用--基本原理
  6. 【学习求职必备】认真认识一下世界末日那年成立的“华为诺亚方舟实验室”...
  7. 常用计算机二级题库,17年计算机二级office选择题题库
  8. 【qsort函数实现】
  9. PW6276具有短路保护功能内部 集成软启动电路
  10. 直播平台搭建中使用Nginx推流多个直播平台解决方案