mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 16:00:12 -04:00
500 B
500 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f180b6c005b0e76f08f | 关系数据库:联接操作 | 11 | jvDw3D9GKac |
|
relational-databases-join-operation |
--question--
--text--
When using a JOIN clause in an SQL statement, what does ON do?
--answers--
它指示在哪些表上执行 JOIN。
它指定用于 JOIN 的字段。
它指示如何将两个表连接在一起。
--video-solution--
3