Can we pass a parameter to a cursor?
A
Correct answer
Explanation
Cursors in PL/SQL can accept parameters, making them more flexible and reusable. Parameterized cursors allow you to pass values at runtime, enabling the same cursor definition to be used with different data sets based on the parameters provided.