Tuesday, 22 May 2012

Can SQL group functions be used within the procedural statements? | PL SQL

 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.

No comments: