What is a Database? Flashcards

1
Q

What is a database?

A

Central Repository for storing information.

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

What are the 4 advantages of having a databases?

A
  1. Allows for multiple concurrent users to use it.
  2. Scalability (Grows with more data).
  3. Provides fast data retrieval.
  4. Able to store a variety of data elements and types.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a record and field within a database?

A
  • A row within a database table.
  • A column within a database table.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is data persistence?

A

Storage of data permanently on a storage device such as HDD.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly