MySQL Comment Tutorial

MySQL Comment Tutorial

MySQL comments are used to add notes, descriptions,s or explanations to the SQL queries. Comments can be used to explain an SQL where clause or table name or the SQL query completely. MySQL supports 3 different comment styles. These are hash (#) sign, doublet dash (–) and /* – */ characters. They provide different use … Read more