5. b. Database basics Flashcards

1
Q

Define data, information and knowledge.

A

Data - Raw facts, such as an employee number or picture
Information – Gives meaning to the obtained data.
Knowledge – Analysed and synthesise the derived information to enable and action or decision.

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

What is a database?

A

An organized collection of facts and information

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

What are the types of databases?

A

Flat file - a simple database where the records have no relationship to one another. e.g. Excel spreadsheet.
Relational - Most popular database, the database contains relations or links between tables in the database. e.g. Access.
Single user and multiple user - A single user database is one stored on a personal computer where only one person uses it. e.g. Access database. A multiple user database is where multiple people can utilise the database at one time. e.g. Oracle database.

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

Define a database management system (DBMS).

A

A set of programs used to define, control and update databases

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

What are the fundamentals of a database.

A

Entities - Things to represent
Attributes - Things that describe entities
Table - Represents entities in the database
Columns - attributes
Rows - records (instances of the entity)
Primary key - uniquely identifies each record
Foreign key - attribute that refers to a primary key of another entity
Cardinality - one-to-one, one-to-many, many-to-many

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