Database TutorialsOracle TutorialComments in Oracle by CommentsIn Oracle, comments can be placed in queries. Comments can be a single line as well as multi-line.Comment on a Single LineSyntax — comment goes here Example SELECT student.id /* Author : tutoraspire */ FROM student; comment on a multi lineSyntax /* comment goes here */ Example SELECT student.id /* Author : tutoraspire */ FROM student; Next TopicPrimary Key aliasesandbetweendeleteexamplesininsertjoinororaclequerytabletutorialupdateview Share 0 FacebookTwitterPinterestEmail previous post numpy.histogram in Python next post Banker’s Algorithm in Operating System You may also like UCASE Function in SQL LCASE Function in SQL Sql Server Comparison Operator RPAD Function in SQL LPAD Function in SQL MongoDB $rename operator