Intro to Database Systems: Week 1
1. Relational database tables and spreadsheets are similar but also have differences. Spreadsheet data is stored in a single sheet with no relationships between the different sheets. The relationships have to be inferred or created manually. In contrast, data in relational database tables is stored in tables that can be linked through relationships with each other. In these tables, there are primary keys and foreign keys.
2. Some important reasons that make a database a useful investment of time are the integrity of the data and consistency as well as the performance of the data. It is important to maintain the integrity of the data by using the primary keys to help prevent any duplicates and also by using foreign keys to ensure the consistency of the data. This helps us make fewer errors when dealing with the database. The performance can also be a useful investment because there are several times there is a large amount of data in a database and the databases are designed for that large amount to work with data efficiently.
3. Learning just from the orientation, I learned how important databases can be especially for a large application or system. I have heard the terms data and database, but I haven’t gotten into depth with them. Therefore, it will be very useful to learn everything in this class to higher my knowledge in databases and how to correctly use them. Database is essential when getting a degree in computer science because it is fundamental to what we work in.
Comments
Post a Comment