Files
freeCodeCamp/curriculum/challenges/chinese/07-scientific-computing-with-python/python-for-everybody/relational-databases-and-sqlite.md
2022-10-20 09:13:17 -07:00

45 lines
765 B
Markdown

---
id: 5e7b9f170b6c005b0e76f08a
title: 关系数据库和 SQLite
challengeType: 11
videoId: QlNod5-kFpA
bilibiliIds:
aid: 249449958
bvid: BV12v411E74H
cid: 377530805
dashedName: relational-databases-and-sqlite
---
# --description--
<a href="https://www.sqlite.org/download.html" target="_blank" rel="noopener noreferrer nofollow">下载 SQLite</a>
<a href="https://sqlitebrowser.org/dl/" target="_blank" rel="noopener noreferrer nofollow">下载 DB Browser for SQLite</a>
<a href="https://www.sqlite.org/famous.html" target="_blank" rel="noopener noreferrer nofollow">使用 SQLite</a>
# --question--
## --text--
哪一个不是数据库中的主要数据结构?
## --answers--
索引
---
表格
---
---
## --video-solution--
1