CST363 Week 1
- Relational database tables and spreadsheets look similar with both having rows and columns. What are some important differences between the two?
Relational databases use a schema which defines the structure for how the data is stored. Relational databases also use foreign and primary keys to help manage data. Relational databases also can query which allows a user to search for data on tables efficiently.
- 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?
Relational databases can help with efficient searching by using the query system and indexing. They also provide more safety to guarantee data is not manipulated in error or stored incorrectly.
- What do you want to learn in this course that you think will be useful in your future career?
Becoming proficient in database manipulation is infinitely useful for a career in development. Basic knowledge in SQL is required for just about every software development role. I am excited to be advance my skills in databases.
Comments
Post a Comment