Basics Flashcards

(13 cards)

1
Q

What is Data?

A

Is raw facts

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

What is Information?

A

Is processed/structured data with a context and meaning.

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

What is a Database? DB

A

Is a shared, self-describing collection of related data + metadata.

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

What is Metadata?

A

Is data about the data. It explains the relationships and structure of the data.

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

What is Database Management Systems?

A

A software layer providing security, concurrency, backup and recovery, performance/tuning, data dictionary, and data independence.

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

What is Data Independence?

A

The ability to modify the database schema at one level without requiring changes to the schema at the next higher level.

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

What is Structural Independence?

A

Is the ability to change the physical file structure without requiring application rewrites or affecting the logical part.

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

What is Logical Independence?

A

The ability to change the conceptual schema (logical level) without affecting the external schemas (view level) or the application programs that rely on them.

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

What are Anomalies?

A

Unexpected or undesired behaviors that occur when manipulating data in a database.

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

Mention the types of anomalies

A

-Update
-Insert
-Delete

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

What is an update anomaly?

A

Update Anomaly is when a lot of the same data appears over and over again on top of the same row, and if not all the rows were updated then there is inconsistency.

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

What is an insert anomaly?

A

Insertion anomaly is when you need another record for it to be recorded, like with students you cannot register them without the student ID.

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

What is a delete anomaly?

A

Is deleting a record unintentionally by deleting a row or a table.

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