You are on page 1of 1

employee file

employee no
6 bytes AN
employee name
30 bytesAN
employee dob(yyddmm)
6 bytes N
employee joining date(yymmdd)
6 bytes N
employee last promotipn date(yymmdd)
6 bytes N
employee designation
2bytes AN
employee gross salary
6+2 bytes N
--------------------------------------------------------------------------------------------condition 1(1st and 2nd row)
generate a report showing the employee who have 10 years of experience or abov
e
condition 2(3rd row)
generate a report who are not promoted since 3 years
condition 3(4th row)
generate a report who are managers and drawing a salary b/w 30 to 40k
---------------------------------------------------------------------------------------------report format:
-------------emp-id
emp-name
employee-designation
salary

You might also like