Comments

A comment is an arbitrary sequence of characters that begin with double dashes and extends to the end of the line.

For example:
-- This is a standard SQL92 comment

Before the system analyzes the command syntax, the system removes the comment from the input stream and replaces it with white space.