Computer Science, asked by Atom830, 11 months ago

How large number of students attendance data saved into database?

Answers

Answered by Anonymous
2

Answer:

Create a single table for whole organisation and store empid,date,presentstatus as a row for every employee everyday.

Create a single table for whole organisation and store a single row for each day with a comma delimited string of empids which are absent.

Similar questions