2 - Data Management Techniques Flashcards

1
Q

What is a relational database?

A

Data that is contained in more than one table. Tables are linked by connecting a primary key in one table to a foreign key in another table.

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

What is a primary key?

A

A unique identifier, e.g. code number, that identifies records in a database.

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

What is a foreign key?

A

A field in a table that is linked with a primary key to form a relationship.

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

How are relational databases managed?

A

Relational databases are managed by a relational database management system (RDBMS) which joins the tables via the keys.

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

What is autonumber data type?

A

A number generator that ensures that a unique identifier is defined.

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

What is a flexible query?

A

Allows a user to make requirements without many limitations to what they ask.

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

What are some data validation methods?

A
  • Input Mask = makes sure that the correct amount of numbers are entered & no letters
  • Presence check
  • Range check
  • List check
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are some data verification methods?

A
  • Proofreading to make sure data entered matches original source
  • Double entry
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is data cleansing?

A

A method for the detection and correction of corrupt records/irrelevant data. The data is cleaned by replacing, modifying or deleting it. This improves organisation, productivity & frees data storage.

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