Database TutorialsOracle Tutorial Comments in Oracle by Online Tutorials Library July 14, 2022 66 Comments In Oracle, comments can be placed in queries. Comments can be a single line as well as multi-line. Comment on a Single Line Syntax — comment goes here Example SELECT student.id /* Author : tutoraspire */ FROM student; comment on a multi line Syntax /* 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 LCASE Function in SQL UCASE Function in SQL Sql Server Comparison Operator RPAD Function in SQL LPAD Function in SQL MongoDB $ne Operator