November 2004
Intermediate to advanced
584 pages
15h 29m
English
Comment Delimiters (/* . . . */)
The /* and */ delimiters set off a comment in SQL*Plus. Comments entered this way may span multiple lines. If you use /* . . . */ in a script file, the comments are displayed on the screen when the script is executed.
/* comment_text comment_text comment_text */
Marks the beginning of the comment
Is the text making up the comment
Marks the end of the comment
Read now
Unlock full access