Back to Freecodecamp

Relational Databases and SQLite

curriculum/challenges/english/blocks/python-for-everybody/5e7b9f170b6c005b0e76f08a.md

latest571 B
Original Source

--description--

More resources:

- <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>

--questions--

--text--

Which is NOT a primary data structure in a database?

--answers--

index


table


row


column

--video-solution--

1