This repository contains materials that plan, document, and implement a database used by an application being created by another development team.
- User looks up an existing patient (If patient cannot be found a new record can be created).
- User selects a doctor (or clinic)
- User selects a clinic (or doctor)
- User selects a date and time for the appointment
- User Creates the appointment (or updates appointment or delete appointment)
- Create a development documentation with Excel
- Create an ERD
- Create a Database Script
- Create a separate SQL Script to import data using a series of Insert statements. Include 10 clinics, 100 Doctors, 1000 patients, 1000 appointments
- Create a Reporting View
- Create an Excel Reports
- Create a Power BI Reports
Both Excel reports and Power BI reports are created for reporting purpose, and they contain simple analysis of the data with visualization in the database created.