Week 1 – CST – 363 Introduction to Database Systems

1.      Relational database tables and spreadsheets look similar with both having rows and columns. What are some important differences between the two?

Some important differences between database tables and spreadsheets are the way data is formatted and how data is stored. In a spreadsheet, every cell can store any type of data like a date, integer, or string. These data types can also have their unique format. In a database, each cell must contain only one data type helping to prevent data mismatch mistakes. In a spreadsheet, the data is stored in each cell. In a database, the data is stored in a row made up of columns.

2.      Installing and configurating a database and learning how to use it is more complicated than just reading and writing data to a file. What are some important reasons that make a database a useful investment of time?

Learning how to install and configure a database as well as learning how to use it is an important investment of time because most businesses today use databases to store and manage their data. Modern databases contain enormous amounts of data and support thousands of simultaneous users. Databases systems ensure that data is secure, internally consistent, and available at all times.

3.      What do you want to learn in this course that you think will be useful in your future career?

In this course, I want to build a good foundation for managing databases. In my future career as a software developer, this will be useful because all software has a lot of data. All this data is managed using databases. Learning how to use SQL will also be extremely important because SQL is the most popular language for adding, accessing, and managing databases.

Comments

Popular posts from this blog