-- There are three ways of supplying comments in SQL commands:SELECT 1 # commentSELECT 1 /* comment */SELECT 1 -- comment