Basic Database Concepts Flashcards

0
Q

What is an integrated database?

A

A combination of several otherwise distinct files without any redundancy

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

What is a database system?

A

A computer based system to record and maintain information

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

What is a shared database?

A

The sharing of data by different users

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

What is data in a database?

A

The actual stored descriptive information

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

What is a metadata?

A

Describes the structure applied by the database

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

What is a file-based system?

A

A collection of application programs that performs services for end users, defining and managing it own data

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

What is Isolation of Data?

A

Data kept in different locations, unrelated formats causing under utilisation and inaccessibility.

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

What is Duplication of Data?

A

Same data held by different files/programs that leads to updating difficulties and data redundancy

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

What is Data dependence?

A

The way the file is structured that is independent of the processes that works with the data

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

What is Incompatible file format?

A

Where programs that are written in different languages/format cannot easily access other files

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

What is the problem with having NO PROVISION FOR SECURITY OR INTEGRITY?

A

Recovery is limited or non-existent

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

What are the concerns with File-based systems?

A

Isolation of data, Duplication of data, Data dependence, Incompatible file format and No provision for security or integrity.

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

What are the advantages of having a DBMS

A

Independence of data ad program, Data sharing and non redundancies of data, Integrity, centralised control, security and Performance and Efficiency.

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

What are the disadvantages of a DBMS

A

Complexity, Size, Cost, Additional hardware costs, Conversion costs, Performance and Higher impact of failure.

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

What are the advantages of DBMS over a file-based systems

A

More information from the same amount of data, Better data consistency, Control of data redundancy, Better sharing of data and an integral system

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

What are the modification problems?

A

Update anomalies, delete anomalies and insert anomalies

16
Q

What is update anomalies?

A

Updating a value that can have unintended consequences

17
Q

What is delete anomalies?

A

Deleting a value/data that may result in deleting other values in the database

18
Q

What is insert anomalies?

A

Inserting information while leaving other null values

19
Q

What is a key/identifier?

A

An attribute or a set of attributes that identifies a unique rows

20
Q

What are the different keys?

A

Primary - identifies one attribute while a combination of attributes are identified by a composite primary key.

21
Q

What is the purpose of a foreign key?

A

Linking information between other databases