Understanding databases Flashcards
Name six problems a database solves.
- Size (scalable)
- Ease of updating
- Accuracy (integrity)
- Security
- Redundancy (integrity)
- Importance
Is the main advantage of databases that they give you a place to store data? If not, what is?
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.
What is the true power of a database?
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.
What is a DBMS?
A DBMS is a database management system. A DBMS manages databases. A DBMS is NOT a database.
What is the most common type of DBMS? Give three examples.
A relational database management system (RDBMS) is the most common type of DBMS. Oracle, SQL server, DB2, and MySQL are examples.