-- Structured Query Language (SQL)

SQL is a query language based on an English keyword syntax.  
A query is composed of a series of keyword clauses.
The keywords that introduce each clause are as follows:
                select
                from
                where
                group by 
                having
                order by
                into
 
Help about any keyword can be obtained by typing "help <keyword>".
The complete list of SQL keywords is as follows:
    and         desc        help        min         separator   where
    asc         edit        in          not         set         write
    avg         end         insert      or          start
    between     fields      into        order       sum
    by          from        is          records     unique
    count       group       lines       restart     unlock
    delete      having      max         select      update
