Which is the comment symbol in MySQL * 1 point
Syntax Using /* and */ symbols In MySQL, a comment that starts with /* symbol and ends with */ and can be anywhere in your SQL statement. This method of commenting can span several lines within your SQL. Which is the comment symbol in MySQL? In MySQL, the — (double-dash) comment style requires the second dash to be followed by …