What is a Database? Flashcards
1
Q
What is a database?
A
Central Repository for storing information.
2
Q
What are the 4 advantages of having a databases?
A
- Allows for multiple concurrent users to use it.
- Scalability (Grows with more data).
- Provides fast data retrieval.
- Able to store a variety of data elements and types.
3
Q
What is a record and field within a database?
A
- A row within a database table.
- A column within a database table.
4
Q
What is creation? What is Import? What is Storage? When it comes to database usage.
A
- Creation is the step that involves defining what information the database will store, where it will be hosted and how it will be addressed by clients; in other words engineering a database.
- Import is the input or updating the database manually from another source or entering data directly.
- Storage is a way for an application to store data persistently and securely.
4
Q
What is data persistence?
A
Storage of data permanently on a storage device such as HDD.
5
Q
What is Queries and Reports?
A
- Query is a request for data or information within a database to retrieve or modify data stored.
- Rerports are pre-defined queries