"The query must show how many employees are in each department. It should produce as a result a 2-column table with WORKDEPT as the first column and the number of people in each department as a second column named SIZE (a name you create in your query)
So this is what I have in my head.
Select EMPNO.EMPLOYEE from INNERJOIN DEPTNAME where {....}
What is the syntax to count the total number of employees from each department? The thing is I need to use the QBE but I'm just not sure. Any tips?

New Topic/Question
Reply



MultiQuote



|