InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Dbms_output Package? |
|
Answer» The DBMS_OUTPUT PACKAGE is used to DISPLAY OUTPUT messages from the PL/SQL block. The DBMS_OUTPUT package is used to display output messages from the PL/SQL block. |
|