Files
freeCodeCamp/curriculum/challenges/japanese/07-scientific-computing-with-python/python-for-everybody/relational-databases-relationship-building.md

35 lines
913 B
Markdown
Raw Permalink Normal View History

---
id: 5e7b9f180b6c005b0e76f08e
title: 'リレーショナルデータベース: リレーションシップの構築'
challengeType: 11
videoId: CSbqczsHVnc
bilibiliIds:
aid: 376996473
bvid: BV1jo4y1S7VY
cid: 377532966
dashedName: relational-databases-relationship-building
---
# --question--
## --text--
SQL の INSERT コマンドは何を実行しますか?
## --answers--
新しい行を定義する。そのために、挿入したいフィールドを列挙し、その後に、新しい行に配置したい値を記述する。
---
新しい列を定義する。そのために、挿入したい行を列挙し、その後に、新しい列に配置したい値を記述する。
---
新しいテーブルを定義する。そのために、挿入したい行とフィールドを列挙し、その後に、テーブルに配置したい値を記述する。
## --video-solution--
1