Database Management Flashcards

1
Q

What is a database?

A

group of related files

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

What is a file

A

group of records of same type

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

What is a record

A

group of related fields

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

What is a field

A

group of characters

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

What are the problems with traditional file environment?

A
data redundancy (duplicate)
data inconsistency
program-data dependence
lack of flexibility
poor security
lack of data sharing, availability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a primary key used for

A

uniquely identify a record

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

What is a foreign key used for

A

link 2 or more tables or entities together

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

What is a secondary key used for

A

search records

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

What does normalisation minimise?

A

minimize redundant data

reduce many to many relationships

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

What is normalisation also known as

A

streamlining

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

What is referred to when we mention ‘key’

A

attribute

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

What is the main function of a database

A

centralise data

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

What are the two designs/views of data in DBMS?

A

physical

logical

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

What are examples of DBMS

A

oracle
access
Microsoft SQL
DB2

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

What does DBMS act as an interface between

A

application and data file

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

What is physical design database arranged for

A

direct-access storage devices

17
Q

What is the perspective of logical view/ design

A

business

18
Q

What is the rule to ensure consistent relationship between tables

A

referential integrity rules

19
Q

Before data becomes useful, what steps must the DBMS perform?

A

select
join
project