Search Header Logo
SQL SELECT Statement 2

SQL SELECT Statement 2

Assessment

Presentation

Computers

University

Medium

Created by

Kittisay SENGTHONG

Used 3+ times

FREE Resource

4 Slides • 2 Questions

1

SQL SELECT Statement 2

ຄຳສັ່ງດຶງຂໍ້ມູນຈາກ

Slide image

2

The SQL SELECT Statement

The SELECT statement is used to select data from a database.


The data returned is stored in a result table, called the result-set.

Slide image

3

Fill in the Blank

ຈົ່ງຂຽນຄຳສັ່ງດຶງຂໍ້ມູນຈາກຖານຂໍ້ມູນ?

4

SELECT Syntax

Here, column1, column2, ... are the field names of the table you want to select data from. If you want to select all the fields available in the table, use the following syntax: ( * )

Slide image

5

Fill in the Blank

ຄຳສັ່ງໃດທີ່ຊ່ວຍໃຫ້ເຮົາດືງ ຊື່ field ຂອງຕາຕະລາງ ທັງໝົດອອກມາ ?

6

SQL SELECT DISTINCT Statement

The SELECT DISTINCT statement is used to return only distinct (different) values.

Inside a table, a column often contains many duplicate values; and sometimes you only want to list the different (distinct) values.

Slide image

SQL SELECT Statement 2

ຄຳສັ່ງດຶງຂໍ້ມູນຈາກ

Slide image

Show answer

Auto Play

Slide 1 / 6

SLIDE