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

35 lines
644 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--
INSERT 命令在 SQL 中的作用是什么?
## --answers--
它定义新行,通过列出我们要包括的字段,然后列出要放入新行中的值。
---
它定义新列,通过列出要包含的行以及要放入新列中的值。
---
它定义一个新表,通过列出要包括的行和字段以及要放入表中的值。
## --video-solution--
1