mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-20 22:02:06 -04:00
* fix(curriculum): standradize links in curriculum * Data analiysis links * CIP links * fixed links in s-expressions * Update curriculum/challenges/english/01-responsive-web-design/basic-css/use-hex-code-for-specific-colors.md Co-authored-by: Ilenia <nethleen@gmail.com> * added space before target attribute * standarize external and .rock example links * wrap "check out the projects" around the links Co-authored-by: Ilenia <nethleen@gmail.com>
45 lines
778 B
Markdown
45 lines
778 B
Markdown
---
|
|
id: 5e7b9f170b6c005b0e76f08a
|
|
title: Relational Databases and 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">Download SQLite</a>
|
|
<a href="https://sqlitebrowser.org/dl/" target="_blank" rel="noopener noreferrer nofollow">Download DB Browser for SQLite</a>
|
|
<a href="https://www.sqlite.org/famous.html" target="_blank" rel="noopener noreferrer nofollow">SQLite usage</a>
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
Which is NOT a primary data structure in a database?
|
|
|
|
## --answers--
|
|
|
|
index
|
|
|
|
---
|
|
|
|
table
|
|
|
|
---
|
|
|
|
row
|
|
|
|
---
|
|
|
|
column
|
|
|
|
## --video-solution--
|
|
|
|
1
|
|
|