Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Can Sql Group Functions Be Used Within The Procedural Statements?
Home
PL/SQL
Can Sql Group Functions Be Used Within The Procedural Statements?
0
votes
asked
Mar 10, 2021
in
PL/SQL
by
sharadyadav1986
Can Sql Group Functions Be Used Within The Procedural Statements?
#sql-group
procedural-statement
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 10, 2021
by
sharadyadav1986
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.
...