Correct Answer: select job, sum(sal) from emp where comm is null group by job having sum(sal) > 2500;
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Oracle Database MCQ Questions
Oracle Database MCQs | Topic-wise