Week 17 (4/28/2025 - 5/6/2025)

 (Click on READ MORE for better formatting)

    Hi everyone, welcome to my 17th blog! This is the Week 1 post for CST 363 Introduction to Database Systems.

  • Relational database tables and spreadsheets look similar with both having rows and columns. What are some important differences between the two? 
    • Database systems scale much better than spreadsheets as the size of data, number of tables, and number of queries all increase. This is because these systems structure data optimally and process queries as efficiently as possible. Much of this is not possible on a spreadsheet.
    • With a database you can also establish certain rules. For example, a UNIQUE constraint on the table element ID would restrict there from being two entries with the same ID.
  • Installing and configuration a database and learning how to use it is more complicated that just reading and writing data to a file.  What are some important reasons that makes a database a useful investment of time? 
    • It is worth the time investment especially if you know the database is going to get large, for the reasons underscored in the first bulletin.
  • What do you want to learn in this course that you think will be useful in your future career?
    • I am very much interested in learning about database systems in general, as I will more than likely be working with them often as a software engineer as the software often needs to fetch data from somewhere... such a "somewhere" is oftentimes a database system.

That is all for this week, see you in my Week 18 post!

Comments

Popular posts from this blog

Week 32 (8/13/2025 - 8/15/2025)

Weeks 41 - 48 (10/26/2025 - 12/19/2025)

Week 24 (6/18/2025 - 6/22/2025)