Unit 5 Flashcards

1
Q
  1. What is the relationship between database and information systems?
A

Database is a collection of records. Information Systems maintain and access transactional data in the database.

Data should be stored and managed efficiently in electronic storage devices, which is the need a database fulfils.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. What are the problems of non-database systems?
A

Data redundancy, data inconsistency, and data isolation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. What is the relationship between database and DBMS?
A

Database Management Systems (DBMS) is the software used to:

  • reduce redundancy
  • share data
  • reduce data integrity problem

DBMS is used to interact with a database - to create, manage, maintain, and manipulate a database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. What are the benefits of DBMS?
A

Data security, data integrity, and data independence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. What are the characteristics of a relational database?
A

A database structured to recognise relations among stored items of information.

Data hierarchy from a logical view: fields (columns), records (rows), file (table) and a database. Each table must have a primary key that uniquely identifies each row (record).
A primary key can be either a composite primary key (consisting of more than one field, e.g. building no. and room no.) and an atomic primary key (consisting of only one field). A foreign key is an attribute in a child table that reference a primary key of a parent table.

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

What is the main purpose of normalisation of a database?

A

To reduce data redundancy and hence the duplication of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. What is the relationship between tables in a database and forms?
A

Database forms provide an interface for entering and displaying data while a table is merely a file for some specific purpose, e.g. customer file. Therefore, a form is the interface used to gather data in a specific file (table).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. What is the relationship between database queries and forms?
A

A query is an inquiry into a database used to extract (select) data from the database in a readable format. So, a database query can extract data from files in a database. A database query is more sophisticated than a database form.

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