Multiple choice technology programming languages

---------is a group of SQL statements that forms a logical unit and performs a particular task

  1. Stored Process

  2. Stored Method

  3. Stored Procedure

  4. Both a & b

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

A stored procedure is a precompiled collection of SQL statements stored in the database that performs a specific task. It can accept parameters and return results, improving performance by reducing network traffic.