PL/SQL stored procedures move application code from the server to the client
Q. PL/SQL stored procedures move application code from the server to the client.- Published on 01 Jul 15a. True
b. False
ANSWER: False
A stored procedure has its own limitations. All the applications are stored on the server and they can be accessed by the clients. If it is stored on clients it becomes difficult to access.