What is the primary purpose of using PL/SQL in Oracle databases ?
2024
What is the primary purpose of using PL/SQL in Oracle databases ?
Answer: D. To create stored procedures and functions for database operations — The primary purpose of using PL/SQL in Oracle databases is to enable procedural programming capabilities within the database environment.
- A.
To create database schemas
- B.
To perform data analysis
- C.
To generate reports
- D.
To create stored procedures and functions for database operations
Attempted by 120 students.
Show answer & explanation
Correct answer: D
The primary purpose of using PL/SQL in Oracle databases is to enable procedural programming capabilities within the database environment.
Loading lesson…