This assignment focuses on database design and implementation, starting with a STUDENT table containing a repeating group. The student normalizes the table to 1NF, 2NF, and 3NF, identifying primary and foreign keys at each normal form level. An Entity Relationship Diagram (ERD) is created using Chen's notation. Subsequently, the assignment involves creating the table structures in SQL. Finally, the student implements the system using MS Access, including creating forms for data entry, writing SQL queries to retrieve specific data based on GPA, advisor, classification, and major, and generating reports to display the query results. A data dictionary is also included, detailing the attributes of each table, along with a bibliography of references used.