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

644 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--

INSERT 命令在 SQL 中的作用是什么?

--answers--

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


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


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

--video-solution--

1