Files
freeCodeCamp/curriculum/challenges/ukrainian/07-scientific-computing-with-python/python-for-everybody/relational-databases-and-sqlite.md
2022-11-24 03:04:30 +09:00

45 lines
878 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 для SQLite</a>
<a href="https://www.sqlite.org/famous.html" target="_blank" rel="noopener noreferrer nofollow">Використання SQLite</a>
# --question--
## --text--
Що НЕ є первинною структурою даних в базі даних?
## --answers--
index
---
table
---
row
---
column
## --video-solution--
1