Files
freeCodeCamp/curriculum/challenges/chinese/23-python-for-everybody/python-for-everybody/relational-databases-relationship-building.md
2024-01-24 19:52:36 +01:00

638 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f180b6c005b0e76f08e 关系型数据库:关系的建立 11 CSbqczsHVnc
aid bvid cid
376996473 BV1jo4y1S7VY 377532966
relational-databases-relationship-building

--question--

--text--

What does the INSERT command do in SQL?

--answers--

它定义新行,通过列出我们要包括的字段,然后列出要放入新行中的值。


它定义新列,通过列出要包含的行以及要放入新列中的值。


它定义一个新表,通过列出要包括的行和字段以及要放入表中的值。

--video-solution--

1