Answers for "importance of comment in mysql"

SQL
1

importance of comment in mysql

3- types of comments: 

#: single line comment put at the end of line. 

--: single line comment put at the end of line. 

/* */: multiline  comment put at anywhere in code.
Posted by: Guest on September-13-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language