In earlier article, we will look at how to add comment to a PL/SQL query.
Following way we can add a comment to a PL/SQL query.
--one line comment
/*
multiple line
comments
*/
Lets see in PL/SQL usage in SQL developer with an example.
In above example, we added two comment into our table create DDL.