Database - masonbesmer/Abet-Course-Assessment-Tool-Backend GitHub Wiki

This database that holds all the information for this project, it consists of several functions for managing the data wiping and dropping the tables along with some test functions to check the system is working as intended.

WipeTables(): Clears all tables in the database.

DropDatabase(): Drops the entire database.

WIPDoStuff(): Contains a series of commented-out function calls that seem to be intended for populating the database with sample data or testing 

DoStuff(): The method is a comprehensive test of various CRUD (Create, Read, Update, Delete) operations for different entities in your database.