0 votes
in PL/SQL by
Can Sql Group Functions Be Used Within The Procedural Statements?

1 Answer

0 votes
by
The SQL group functions, such as AVG, MIN, MAX, COUNT, SUM, STDDEV, and VARIANCE, cannot be directly used within PL/SQL. However, they can be embedded within SQL statements and then can be utilized in the procedural statements.
...