Topic 6 - Databases Flashcards

(13 cards)

1
Q

Database

A

A persistent structured collection of data that allows people to extract information in a way that meets their needs

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

Single-table database

A

A database that contains only one table

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

Table

A

A collection of related records in a database

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

Record (2)

A
  • rows
  • collection of fields that describe one item
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Field (2)

A
  • column
  • database table
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data type

A

A classification of how data is stored and displayed, and of which operations that can be performed on the stored value

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

Primary key

A

A field in a database that uniquely identifies record

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

SELECT

A

Fetches specific fields (columns) from a table

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

FROM

A

Command that identifies the table to use

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

WHERE

A

command t include only those records (rows) in a query that match a given condition

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

ORDER BY (ASC/DESC)

A

A command that sorts the results from a query by a given column either alphabetically or numerically

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

SUM

A

A command that returns the sum of all the values in a field (column) used with select

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

COUNT

A

A command that counts the number of records (rows) in which the field (column) matches the specified condition, used with SELECT

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