Q. PL/SQL stored procedures move application code from the server to the client.
β
Correct Answer: (B)
False
Explanation: 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.