The Vertica documentation makes a distinction between SQL commands and statements. A command is an SQL keyword that specifies the imperative verb in a statement. A statement is a complete SQL command that can be executed. For example, SELECT is a command while SELECT C1 FROM T1 is a statement (with or without a semicolon).