SELECT <attribut> / *SELECT <attribut> AS <umbenennung>FROM <tabelle>JOIN <tabelle> ON <bedingung>WHERE <bedingung>GROUP BY <attribut>HAVING <bedingung>ORDER BY <attribut> <reihenfolge>LIMIT <anzahl><attribut> <vergleichsoperator> <wert><attribut> LIKE <muster>WHERE <bedingung> AND <bedingung>WHERE <bedingung> OR <bedingung>