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, 3145🔥, 0💬
Popular Posts:
How To Start Instance with a Minimal Initialization Parameter File in Oracle? The sample initializat...
How To Fix the INSERT Command Denied Error in MySQL? The reason for getting the "1142: INSERT comman...
Where to find answers to frequently asked questions on Managing Security, Login and User in SQL Serv...
How To Get the Definition of a View Out of the SQL Server in SQL Server? If you want get the definit...
How To Revise and Re-Run the Last SQL Command in Oracle? If executed a long SQL statement, found a m...