Databases Flashcards

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

What is Structured Data?

A

Fixed fields with data types and known meanings. has metadata that describes the data. E.G well-defined databases

Structured data is far easier for a computer to interact with and process becuase the data is arranged in a standard, defined layout

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

What is Unstructured Data?

A

No discernible structure and no metadata. E.G raw text, as the structure it has may not be explicit

Unstructured data can’t be queried(A request to data) without a transformation

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

What is a database?

A

A collection of infomation that us organised so that it can be easily accessed, managed and updated

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

What is a table?

A

Two-dimensional repesentation of data that is stored in rows and columns

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

What is a field?

A

Single piece of data about an entity

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

What is a record?

A

The group of fields about a specific entity(aka a row)

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

What is a entity?

A

An object/person/thing about which data is recorded

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

What is a Key field

A

In a relational DB, each table should have a primary key which is a field that uniquely identifies each record
Relationships between tables are modelled with shared keys
A field in one table that is a primary in anothertable is called a foreign key
A 1:m relationship is created between a customer and orders

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