CST-363- Intro to databases. Week 1 Learning Journal

 

1. Relational database tables vs. spreadsheets

At first glance, relational database tables and spreadsheets look alike since both use rows and columns to organize information. However, the key difference is how they handle data relationships and scalability. A spreadsheet is mostly flat — each sheet is independent, and relationships between cells or sheets must be manually set up and maintained. In contrast, relational databases allow you to link tables together using keys, enforce data integrity with rules, and handle large amounts of data more efficiently. Databases also support multiple users accessing and modifying data at the same time, which spreadsheets aren’t designed to handle reliably.

2. Why databases are worth the investment of time

Databases take more effort to install, configure, and learn than just writing to a file, but the benefits are significant. They provide structure through schemas, which helps maintain consistency and prevent errors. They allow powerful querying with SQL, making it possible to search, filter, and analyze data quickly. Databases also support security features, backups, and transaction management — all of which are essential when working with important or sensitive information. Ultimately, the investment in learning databases pays off by making data management more reliable, secure, and scalable compared to simple files.

3. What I want to learn in this course

In this course, I want to gain a solid foundation in designing and working with relational databases. Specifically, I want to learn how to design normalized schemas, write efficient SQL queries, and understand how databases are used in real-world applications. These skills will be valuable in my future career in computer science and cybersecurity, where working with structured data, securing databases, and integrating them with applications are essential. Being comfortable with databases will also make me a stronger candidate for internships and jobs in tech.


Comments

Popular posts from this blog

Week 2 Learning Journal 5 Parts

Week 4 Journal

BOOK REPORT EXTRA CREDIT