Database Flashcards

1
Q

What is a database?

A

a collection of data files/lists stored in a computer system that allows user to enter, access and analyze data quickly and easily

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

Field

A

part of a record in a database (column)

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

Record

A

a collection of fields (rows)

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

Query

A

a method used to store and answer questions about information in a database

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

Data types

A

alphanumeric, numeric, date, logical

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

Relationship

A

a situation between two database tables when one has a foreign key that references the primary key of the other

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

Primary Key

A

ensures that only unique records are entered

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

Foreign Key

A

used to establish relationships between tables

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

Composite Key

A

a set of multiple attributes that help identify each row in a table uniquely

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

Advantages of a dbms

A

data redundancy is reduced
greater data integrity
improved data security
data can be backed-up and restored

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

Disadvantages of dbms

A

to create a good dbms can be time consuming, difficult and complex
moving from traditional systems to dbms can be costly and time consuming

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