Category: Example
-
Using PL/SQL for More Complex Operations
You can create a PL/SQL block to calculate and display the average salary of employees in a specific department:
-
Query the Data
To retrieve all employees in a specific department with a salary greater than $60,000, use the following query: