SQL Comments are used to explain sections of statements OR to prevent the execution of SQL statements. SQL Comments are not supported in Microsoft Access databases; thus use Firefox and Microsoft Edge.
Single Line Comments
Single Line Comments are start with -- symbol, for example:
-- SELECT * FROM CUSTOMERS;