Each SQL statement contains one or more keywords.
SQL is not case-sensitive to keywords, but throughout the Sybase IQ documentation, keywords are indicated in uppercase. For example, in this statement, SELECT and FROM are keywords:
SELECT * FROM Employees
The following statements are equivalent to the one above:
Select * From Employees select * from Employees sELECT * FRoM Employees