Search Header Logo
SQL INSERT INTO Statement

SQL INSERT INTO Statement

Assessment

Presentation

Computers

University

Easy

Created by

Kittisay SENGTHONG

Used 1+ times

FREE Resource

3 Slides • 1 Question

1

SQL INSERT INTO Statement

ຄຳສັ່ງ ເພີ່ມຂໍ້ມູນ ຂອງ SQL

Slide image

2

The SQL INSERT INTO Statement

The INSERT INTO statement is used to insert new records in a table.


INSERT INTO Syntax It is possible to write the INSERT INTO statement in two ways.

The first way specifies both the column names and the values to be inserted

Slide image

3

INSERT INTO Syntax

If you are adding values for all the columns of the table, you do not need to specify the column names in the SQL query. However, make sure the order of the values is in the same order as the columns in the table. The INSERT INTO syntax would be as follows:

Slide image

4

Multiple Choice

ຂໍ້ໃດເປັນຄຳສັ່ງ ເພີ່ມຂໍ້ມູນຂອງ SQL

1

INSERT INTO

2

ADD

3

SAVE

4

VALUES

SQL INSERT INTO Statement

ຄຳສັ່ງ ເພີ່ມຂໍ້ມູນ ຂອງ SQL

Slide image

Show answer

Auto Play

Slide 1 / 4

SLIDE