This database project for CST363: Introduction to Database Management focuses on the design and implementation of a relational system tailored for pharmacy operations. I architected a schema to support the complex relationships between patients, providers, and multi-location inventories.
CST363: Database Management
Database Management provided the fundamentals of relational database design and SQL programming, including how to programmatically access data through Java. I worked through the complexities of database administration, query optimization, and the underlying data structures that make big data manageable. Learning to talk to databases efficiently is a superpower for any developer, as they are the backbone of almost every modern system.