Files
freeCodeCamp/curriculum/challenges/ukrainian/07-scientific-computing-with-python/python-for-everybody/relational-databases-relationship-building.md
2023-09-05 14:30:16 +05:30

35 lines
1.1 KiB
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: 5e7b9f180b6c005b0e76f08e
title: 'Реляційні бази даних: побудова відношень'
challengeType: 11
videoId: CSbqczsHVnc
bilibiliIds:
aid: 376996473
bvid: BV1jo4y1S7VY
cid: 377532966
dashedName: relational-databases-relationship-building
---
# --question--
## --text--
Що робить команда INSERT у SQL?
## --answers--
Вона створює новий рядок, перераховуючи поля, які ми хочемо додати, і значення, які ми хочемо розмістити в новому рядку.
---
Вона створює новий стовпчик, перераховуючи рядки, які ми хочемо додати, і значення, які ми хочемо розмістити в новому стовпчику.
---
Вона створює нову таблицю, перераховуючи рядки та поля, які ми хочемо додати, і значення, які ми хочемо розмістити в новій таблиці.
## --video-solution--
1