Comments in MYSQL by R4R Team

MySQL Comments:
-In MySQL, comments can also be placed in the SQL queries.
-Comments can be of single line or multiple lines.

There are three way by which we can create a comments:
1. Using # symbol
2. Using -- Symbol
3. /* */ Symbol (for multi-line comments)
Leave a Comment: