CSAllenISD / 2023-ISP-AutomatedAttendance

3 stars 1 forks source link

Create Database #28

Closed Bread21234 closed 1 year ago

RusticKnite commented 1 year ago

This is a good checkpoint!

Bread21234 commented 1 year ago

The database needs to be uniform, organized, and pattern based. By this I mean each student must have the same types of information (for example first name, last name, date of birth, and photo). This information should be stored uniformly meaning that the data is stored under all of the same key terms. For instance, EVERY first name should be under "first_name" rather than some be under "firstName".