What is /* in MySQL?
This is a type of comment. The /* is the beginning of a comment and */ is the end of comment. MySQL will ignore the above comment. Which is the comment symbol in MySQL * 1 point && /* */? In MySQL, the — (double-dash) comment style requires the second dash to be followed by at least one whitespace or …