mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-26 08:01:08 -04:00
45 lines
621 B
Markdown
45 lines
621 B
Markdown
---
|
|
id: 5e7b9f170b6c005b0e76f08a
|
|
title: Base de datos relaciones y SQLite
|
|
challengeType: 11
|
|
videoId: QlNod5-kFpA
|
|
bilibiliIds:
|
|
aid: 249449958
|
|
bvid: BV12v411E74H
|
|
cid: 377530805
|
|
dashedName: relational-databases-and-sqlite
|
|
---
|
|
|
|
# --description--
|
|
|
|
[Descargar SQLite](https://www.sqlite.org/download.html)
|
|
[Descargar el navegador DB para SQLite](https://sqlitebrowser.org/dl/)
|
|
[uso de SQLite](https://www.sqlite.org/famous.html)
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
¿Cuál NO es una estructura de datos primaria en una base de datos?
|
|
|
|
## --answers--
|
|
|
|
índice
|
|
|
|
---
|
|
|
|
tabla
|
|
|
|
---
|
|
|
|
fila
|
|
|
|
---
|
|
|
|
columna
|
|
|
|
## --video-solution--
|
|
|
|
1
|
|
|