Data - 3.4 Encryption Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Databases:

A

an organised store of data.

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

Entity:

A

something that is recognised as being capable of an independent existence, is uniquely identified and about which data is stored.

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

Attribute:

A

an item of data stored about an entity.

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

Table:

A

a collection of cells organised in rows and columns used to store data in databases.

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

File:

A

all of the records in a table or a group of linked tables.

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

Primary key:

A

a unique identifier for each record in the table. It is usually a field that is guaranteed to hold unique information for each record.

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

Foreign key:

A

a foreign key is a field (or collection of fields) in one table that uniquely identifies a row of another table or the same table. In simpler words, the foreign key is defined in a second table, but it refers to the primary key in the first table.

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

Relational databases:

A

a database that allows data elements in one table to be related to any piece if data in another table as long as both tables have a common element.

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

Compound key:

A

a key that consists of 2 or more fields used tpo identify a record uniquely.

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