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, 3159🔥, 0💬
Popular Posts:
How To Create a Dynamic Cursor with the DYNAMIC Option in SQL Server Transact-SQL? If the underlying...
How To Install PHP on Windows in MySQL? The best way to download and install PHP on Windows systems ...
How to detect the collation coercibility associated to a given character string using the COERCIBILI...
How To Get Help Information from the Server in MySQL? While you are at the "mysql>" prompt, y...
How To Generate CREATE TABLE Script on an Existing Table in SQL Server? If you want to know how an e...