9 Databases Flashcards

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

Database

A

A database is a structured collection of data that allows people to extract information according to their specific requirements.

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

why are database useful

A

To store data about people, things, and events.
Any modifications or additions need to be made only once, to ensure data consistency.
All users access and utilize the same set of data, promoting uniformity.
Relational databases store data in a non-repetitive manner, eliminating duplication.

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

record

A

– a collection of fields that describe one item (row)

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

table

A

– a collection of related records in a database

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

field

A

– a database table (colum)

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

data type

A

a classification of how data is stored and displayed, and of which operations that can be performed on the stored value

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

Text/Alphanumeric

A

This data type allows letters, special characters like spaces and punctuation and numbers to be entered into a field ex NG321AE

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

Character

A

This allows single characters to be entered into a field. Characters can be any alphanumeric value and can be lowercase or uppercase ex A

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

Boolean

A

This data type can be used in fields where there are only two possible options ex True/False

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

Integer

A

Only whole numbers can be entered

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

real

A

Numbers including decimal numbers can be stored

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

Date/Time

A

basically Date/Time

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

primary key

A

Each table has a primary key field which acts as a unique identifier It does not contain any duplicate data items

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

how sound files are compressed using lossless compression

A

compression algorithm is used
no data will be removed
example of type of algorithm that would be used e.g RLE
repeated patterns in the music are i identified and indexed

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