Multiple choice

Can we pass a parameter to a cursor?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.