1. The basic structure
select
from
where
order by
2. Key:word:
distinct
3. Functions:
count( columName)
count(DISTINCT columeName)
min()
max()
char_length()
length()
substring(string, position, length)
4. join