You are on page 1of 2

Lord Jervy Thomson Q.

Leopoldo Sir John Carlo Campit


Information Systems Management Intro to Database Systems

CODE:

select
cState,
count(cState)

from employee
WHERE vQualification = 'graduate'
GROUP BY cState
CODE:
SELECT

AVG(mAnnualSalary)'Total Annual Salary'


FROM annualsalary
WHERE siYear BETWEEN 1998 AND 1999

You might also like