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, 2898🔥, 0💬
Popular Posts:
Where Is the Export Dump File Located in Oracle? If you are not specifying the dump directory and fi...
How To List All User Names in a Database in SQL Server? If you want to see a list of all user names ...
How To Create a Stored Program Unit in Oracle? If you want to create a stored program unit, you can ...
How To Present a Past Time in Hours, Minutes and Seconds in MySQL? If you want show an article was p...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...