Question: Write a PL/SQL stored procedure that takes username as input and returns number of documents that user has permissions to view. If username is not
Write a PL/SQL stored procedure that takes username as input and returns number of documents that user has permissions to view. If username is not in the table, your procedure should return: "no documents for USERNAME".
Include code that can be copied and ran, and screenshots of the results. Do not forget to test "user not found" case.
| Document | UserName |
| Policy | SYSTEM |
| Menu | JDOW |
| W2 | USAM |
| Permissions | SYSTEM |
| W2 | JDOW |
| Form 1040 | USAM |
| Policy | JDOW |
| W2 | SYSTEM |
Provide screenshot of code running.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
