Understanding databases Flashcards

1
Q

Name six problems a database solves.

A
  1. Size (scalable)
  2. Ease of updating
  3. Accuracy (integrity)
  4. Security
  5. Redundancy (integrity)
  6. Importance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is the main advantage of databases that they give you a place to store data? If not, what is?

A

No. Databases are about allowing data to grow and still be manageable. They provide structure for your data based on your rules. They are not just somewhere to store data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the true power of a database?

A

That it’s invisible. Everything happens in the background: the security, the data integrity, that many people are accessing it at the same time, that it’s backed up, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a DBMS?

A

A DBMS is a database management system. A DBMS manages databases. A DBMS is NOT a database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the most common type of DBMS? Give three examples.

A

A relational database management system (RDBMS) is the most common type of DBMS. Oracle, SQL server, DB2, and MySQL are examples.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly