Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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. 
 
 
PREVIOUS NEXT
Tagged: #importance #comment #mysql
ADD COMMENT
Topic
Name
6+2 =