Week 4 - Halfway Through CST363 Reflection
This week is halfway through the course. Briefly summarize 5 things what you have learned in the course so far. List at least 3 questions you still have about databases. Summary of standout learning moments: I have been grateful to learn how databases are structured to store, organize, retrieve, and filter data efficiently. Realizing the extent of database necessity and prevalence in a hands-on and versatile way has revealed how databases are the backbone of software, and--by transitive property--information in a world that persists to move away from any form of physical database. Learning about the relational model and schemas has been eye opening in visualizing how data is manipulated and impacted by structural design. Defining schema and using keys to ensure data integrity in both Java and MySQL have provided different perspectives on the same landscape, providing a well-rounded approach to building further knowledge. Writing a range of simple and complex que...