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.

Related questions

0 votes
asked Mar 10, 2021 in PL/SQL by sharadyadav1986
0 votes
asked Jun 19, 2020 in Bootstrap by Robindeniel
...