Multiple choice

Which of the following object privileges is used for stored procedure in a database programming?

  1. INSERT

  2. SELECT

  3. UPDATE

  4. EXECUTE

  5. Both (3) and (4)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This object privileges allows user to execute a stored procedure or a function.