Multiple choice technology databases

what are the extra features of pl/sql over sql?

  1. control structures such as if-then-else statements and loop.

  2. object types and methods.

  3. procedures and functions.

  4. none of these.

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

PL/SQL extends SQL with procedural programming features. It adds control structures (if-then-else, loops), modular programming with procedures and functions, and object-oriented features with object types and methods. Standard SQL is declarative and lacks these procedural capabilities.