InterviewSolution
Saved Bookmarks
| 1. |
Can Sql Group Functions Be Used Within The Procedural Statements? |
|
Answer» 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. 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. |
|