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

35 lines
601 B
Markdown
Raw Permalink Normal View History

---
id: 5e7b9f180b6c005b0e76f08f
title: 'リレーショナルデータベース: 結合操作'
challengeType: 11
videoId: jvDw3D9GKac
bilibiliIds:
aid: 804461215
bvid: BV1Ry4y1j7tv
cid: 377542880
dashedName: relational-databases-join-operation
---
# --question--
## --text--
SQL ステートメントで JOIN 句を使用する場合、ON は何を実行しますか?
## --answers--
JOIN を実行するテーブルを示す。
---
JOIN に使用するフィールドを指定する。
---
2 つのテーブルをどのように結合するかを示す。
## --video-solution--
3