ROLLUP (Grand total)
select department_id , sum(salary)
from hr.employees
group by rollup(department_id)
select department_id ,E.JOB_ID, sum(salary)
from hr.employees e
group by rollup(department_id,e.job_id)
Md. Quium Hossain who I'm Oracle DBA & APEX Developer. All-rounder in building small, medium, and enterprise applications. Extensive knowledge in various areas of web-driven applications in Back-end (PL/SQL, SQL, Java), Front-end (Oracle APEX, Oracle Forms, Oracle Reports, HTML, JavaScript, CSS, jQuery, OracleJET, ReactJS), RESTful APIs, Third-party library integrations (Apex Office Print (AOP), Payment Gateways, SMS, Syncfusion, HighCharts) and APEX Plugins (HighChart, StarRating)
#########################Install Oracle APEX 24.1################################ ----------------------------------------------------...
No comments:
Post a Comment