Collections:
Enter Comments in PL/SQL in Oracle
How To Enter Comments in PL/SQL in Oracle?
✍: FYIcenter.com
There are two ways to enter comments into PL/SQL codes:
Here is some example of PL/SQL comments:
BEGIN
-- This is a comment
/* To do:
Need to write some codes here
*/
END;
⇒ Different Types of PL/SQL Code Blocks in Oracle
⇐ PL/SQL Language Case Insensitive in Oracle
2018-12-26, 2527🔥, 0💬
Popular Posts:
What Is SQL*Plus in Oracle? SQL*Plus is an interactive and batch query tool that is installed with e...
How To Change the Name of a Database User in SQL Server? If you want to change the name of an existi...
How to download and install Microsoft SQL Server Management Studio Express in SQL Server? Microsoft ...
How To Enter Unicode Character String Literals in SQL Server Transact-SQL? Unicode characters are mu...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...