Comments:
*
Comments
*
Single-line comments
Single line comments are preceded by --, and go until the end of the line:
SELECT *
FROM Employees -- this is a comment
WHERE FName = 'John'