database basics Flashcards

(13 cards)

1
Q

A table is structured in _____ and _____

A

Rows and columns

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

A record is a ______ of data items, which may be of different data types, all relating to the individual or object that the record describes.

A

collection

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

A field is part of a record designed to hold a ____ data item of a specified data type.

A

single

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

A field is a column while a record is a ____

A

Row

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

there is two types of key fields what are they

A

primary key, foreign key

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

A primary key is a field that uniquely identifies an _____record in a table.

A

individual

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

A foreign key is a primary key in one table which is included in another table to form a _____ (a link) between the two tables.

A

relationship

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

what is the number field, where the database chooses the next available number automatically called?

A

Autonumber

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

Text is used to store a ____ of characters up to a certain field size.

A

string

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

what is the data base called that stores a numeric value. This could be an integer (a whole number) or a decimal number.

A

number

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

Date and time is data type which can store a specific date and time. It can be formatted to display in different ways, Give 2 examples on what it can store

A

Dates of birth, Login time,

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

currency is used to store the value of a specific amount of money, with a set currency symbol such as £ or $ or € state two examples of what it can store

A

Price, Discount Amount, Total Profit

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

What is the data base that stores only one of two options Yes or No - can be displayed as a checkbox in the database called?
Also known as a Boolean

A

yes/no

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