CST363: Journal 1
- Relational database tables and spreadsheets look similar with both having rows and columns. What are some important differences between the two?
-Data Structure:
Relational Database Table: Organized using a schema, which defines the data types and relationships between tables. The data is structured and normalized to avoid redundancy.
Spreadsheet: Data is often stored in a flat file format, with each sheet containing its own set of data. There is typically no enforced schema or relationship between sheets.
-Data Integrity:
Relational Database Table: Enforces data integrity through the use of primary keys, foreign keys, and constraints. This ensures accuracy, consistency, and avoids data redundancy.
Spreadsheet: Relies on manual data entry and validation, making it more prone to errors and inconsistencies.
2.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?
-Databases provide data integrity and consistency.
-SQL allows user to perform efficient data analysis.
3.What do you want to learn in this course that you think will be useful in your future career?
-I want to enhance my SQL skills. Having a good grasp of SQL will help me have a strong grasp of relational databases.
Comments
Post a Comment