Database Flashcards

1
Q

What is manual database?

A

Documenting data by hand

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

What is electronic database?

A

Documenting data on an electronic medium

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

What is database needed for?

A

To save and retrieve large amounts of data efficiently

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

What are the advantages of a database?

A
More efficient in retrieving information
Easy to obtain copies
Less physical space required
Data analysis can be done more efficiently
Data can be shared
Independence of data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the features of database? (6)

A
Minimal data redundancy
Data consistency
Increases efficiency
Increases accuracy
Increases validity
Security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is data redundancy?

A

The same data being stored in different tables (enables the maintenance of data consistency)

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

What are the differences between electronic and manual databases?

A

(Page 256)

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

How is a relational data base introduced?

A

A collection of fields related to one person or object is called a record
A collection of records is called a database
A collection of related tables is called a relational table

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

What is a primary key?

A

A column which enables to identify a record uniquely

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

What is a composite primary key?

A

The primary key which consists of two or more columns of a table uniquely identified as a record

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

What is a foreign key?

A

A field of one table which is used to uniquely identify rows of another table

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

What are the special features of a foreign table? (3)

A

Builds a connection between two tables
The related data of the primary key field exists in the other table
Foreign key of one table is the primary key of the other

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

What are the disadvantages of data duplication? (7)

A
Inability to select a primary key field
Inability to analyse data properly
Reduced efficiency
Possibility of inaccurate data is high
Difficult to enter data
Possibility of making errors in deleting data
Difficulty of updating data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a data type?

A

A type of data related to one field

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

What are the different types of data? (5)

A
Numeric
Text
Currency
Date/Time
Boolean (True/False)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a Database Management System? (DBMS)

A

A collection of objects which facilitates planning and maintenance of a database
(Consists of several objects such as tables, queries, forms and reports)

17
Q

What are some examples of DBMS software? (3)

A

Access (Microsoft Company)
Base (The Document Foundation)
Oracle (Oracle Corporation)

18
Q

What is the process of using a DBMS? (4)

A

Starting the DBMS software
Planing a data table
Creating the primary key
Entering data

19
Q

What are the different types of relations that can exist among tables? (3)

A

One-one
One-many
Many-many

20
Q

What is a one-one relationship?

A

When only a row of a table is related to a row of another table

21
Q

What is a one-many relationship?

A

When each record of a table is related to several records of the other table

22
Q

What is a many-many relationship?

A

When a record of a table is related to several records of another table and if a record of that related table is related to several records of the other table