You are on page 1of 2

TABLE STRUCTURE

EMPLOYEE INFO:-
DESCRIPTION DATATYPE MEMORY
REQUIRED
Emp no int 2bytes
Emp post int 2 bytes
emp age int 2 bytes
emp dob[8] int 8*2=16bytes
emp doj[8] int 8*2=16bytes
emp dor[8] int 8*2=16bytes

DESCRIPTION DATATYPE MEMORY


REQUIRED
emp name[15] char 1byte
emp add[30] char 1 byte
emp fname char 1 byte
DESCRIPTION DATA TYPE MEMORY
REQUIRED
EMP SALARY float 4 bytes
EMP TA float 4 bytes
EMP DA float 4 bytes
EMP HRA float 4 bytes
EMP PF float 4 bytes
EMP TS float 4 bytes

You might also like