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;
2018-12-26, 836👍, 0💬
Popular Posts:
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...
How To Create a View on an Existing Table in SQL Server? If you want to a view on an existing table,...
Where to find answers to frequently asked questions on Conditional Statements and Loops in SQL Serve...
What Is SQL in MySQL? SQL, SEQUEL (Structured English Query Language), is a language for RDBMS (Rela...
How To Count Rows with the COUNT(*) Function in SQL Server? If you want to count the number of rows,...