Multiple choice technology databases

__is the procedural programming language of Oracle, and with it you can write custom programs and procedural code for execution inside the database

  1. PL/SQL

  2. SQL

  3. SQL*PLUS

  4. JAVA

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

PL/SQL (Procedural Language extensions to SQL) is Oracle's procedural programming language that combines SQL data manipulation with procedural constructs like variables, conditions, loops, and exception handling. It enables custom program logic to execute within the Oracle database server.