Select Hoc Data' AS First Lesson': SQL Command

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

SQL COMMAND

SELECT ‘Hoc Data’ AS ‘First Lesson’

Keyword Field’s Value Keyword Variable name/Alias

Keywords in SQL cannot be variable names


Keywords Example

SELECT AS ADD FROM CREATE ALTER

SUM COUNT MIN MAX


ORDER BY GROUP BY

In SQL/MySQL, characters are case-insensitive by default


Examples: SELECT = select = Select

You might also like