CST 363 - Week 4
Hey everyone! As I reach the halfway point in my database course, I've gained valuable insights into the world of databases. Here are five key things I’ve learned so far: 1. Database Fundamentals Understanding the basics of databases has been crucial. I've learned about the differences between relational and non-relational databases and how data is structured within them. This foundational knowledge has set the stage for deeper exploration into database management. 2. SQL Queries One of the most practical skills I've developed is writing SQL queries. From manipulating data with commands like SELECT, INSERT, UPDATE, and DELETE to filtering and sorting data, mastering SQL has empowered me to interact with databases effectively. 3. Normalization Exploring the principles of database normalization has been enlightening. I now understand how to organize data efficiently, eliminate redundancy, and improve data integrity, all of which are essential for maintaining a robust databa...