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, 3259🔥, 0💬
Popular Posts:
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...
How to download and install Microsoft SQL Server Management Studio Express in SQL Server? Microsoft ...
Where to find Oracle database server tutorials? Here is a collection of tutorials, tips and FAQs for...
What Happens If the Imported Table Already Exists in Oracle? If the import process tries to import a...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...