提交 d155eb8b 编写于 作者: M Mars Liu

fly on exercises

上级 4d43a73a
......@@ -2,5 +2,5 @@
"node_id": "pg-6920a4f2ba864459bd8883a7a48fa238",
"keywords": [],
"children": [],
"export": []
"export": ["relation.json"]
}
\ No newline at end of file
# 关系型数据库
下列数据库产品中,哪一个通常不被视作关系型数据库?
## 答案
redis
## 选项
### A
PostgreSQL
### B
SQL Server
### C
Oracle
### D
H2
### E
MySQL
\ No newline at end of file
{
"type": "code_options",
"author": "刘鑫",
"source": "client.md",
"notebook_enable": false
}
\ No newline at end of file
# 连接 PostgreSQL 数据库
下列选项中,可以用于连接到PostgreSQL数据库的有:
## 答案
全部都可以
## 选项
### A
命令行工具 psql
### B
GUI 工具 PgAdmin
### C
JDBC 库 `org.postgresql:postgresql`
### D
Python DBAPI 实现 psycopg2
### E
Go 语言驱动库 PQ。
......@@ -2,5 +2,5 @@
"node_id": "pg-40374311856c4ad3b76fff16ecbe9dce",
"keywords": [],
"children": [],
"export": []
"export": ["client.json", "server.json"]
}
\ No newline at end of file
# PostgreSQL 服务器
关于 PostgreSQL 服务器,以下说法错误的是:
## 答案
PostgreSQL 的服务器和客户端必须运行在不同的计算机上。
## 选项
### A
PostgreSQL 的每个活跃连接对应一个 worker 进程。
### B
PostgreSQL 的服务器将数据存储在一个 owner 为 postgres 的目录下。
### C
PostgreSQL 可以设置监听端口、地址和最大连接数
### D
PostgreSQL 的超级用户默认为 postgres
### E
PostgreSQL 可以运行在 FreeBSD、Linux或Windows系统。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册