SQL Tutorial - #4 SQL select statements (count, distinct)

preview_player
Показать описание
SELECT statement is commonly used command in SQL server.

We use select statement to retrieve data that follow the conditions we previously specified.

To get distinct values from the table we use SQL distinct statement.

We use count statement to count number of rows from the table.
Рекомендации по теме
visit shbcf.ru