Are you asking me how I can print it out like that? For query statements...
SELECT BRANCH_ID, sum(TOTAL) FROM EMPLOYEES GROUP BY BRANCH_ID;
You can do it like this, and if you want to add the order by order, you can add it.
© 2024 OneMinuteCode. All rights reserved.