You are on page 1of 1

select e.e_name,e.e_lname,a.ecode,a.date,a.time,a.

attendance
from tbl_attendance a
inner join
tbl_employee e
on e.ecode=a.ecode

You might also like