CST 363 Week 1 Learning Journal

Part 1: Relational Database Table and Spreadsheet

Spreadsheets and relational databases allow the user to manage data in different ways. A spreadsheet provides easy access to data in cells and allows the user to manage information in a table. The user can easily add, delete, update, and sort rows and columns of information regardless of how the information is connected. Changes can be made directly in the cell, and the user can see all information. Information does not need to be a certain type unless a formula is applied to a certain cell. 

Relational Databases hold their information in tables that the user does not have access to unless certain queries are called to access and manage the information. Queries involve the use of keywords such as "SELECT," "DELETE," and  "INSERT." Data in relational databases have a more secure way of managing data as there are certain rules that need to be followed so that information can be updated. In relational databases, we also need to assign data types to each piece of information in the table before adding data. Once that is complete, only data of that data type can be entered into rows. 

Part 2: Why Databases Are Useful Investments

Databases are a useful investment because they allow the user to follow certain rules when managing the data. These rules add security to the database, which prevents other programs from accessing the data. This is a very important aspect of databases, especially when using them for transactions and currency. Using databases also helps keep your data organized and easy to manage. 

Part 3: Expected Learning Outcomes from CST 363

After finishing CST 363, I hope to create my own database and implement it as an app using Android Studio. Right now, I feel a bit comfortable using INSERT and DELETE, but I hope to get more practice with UPDATE. I also hope to know what features can be implemented to make the data even more secure so I can create my own app. 

Comments

Popular posts from this blog

CST 300 - Week 8

CST 300 - Week 5

CST 300 - Week 4