Database Management Flashcards

1
Q

A ________ is a collection of forms, reports, queries, and application programs that use the DBMS to process a database.

A

Database Application.

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

A ________ is a column or group of columns that identifies a unique row in a table.

A

Key.

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

A ________ is a column or group of columns that identifies a unique row in a table.

A

Key.

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

A ________ is a software program; while a ________ is a collection of tables of data, relationships, and metadata.

A

DBMS; database

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

A ________ is a software program; while a ________ is a collection of tables of data, relationships, and metadata.

A

DBMS; database

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

Bytes are grouped into columns, which are also called ________.

A

Fields.

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

Bytes are grouped into columns, which are also called ________.

A

Fields.

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

Constraints on the number of entities that can be in a relationship are called ________.

A

Minimum Cardinalities.

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

Constraints on the number of entities that can be in a relationship are called ________.

A

Minimum Cardinalities.

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

Databases that are organized in the form of tables and represent interconnections using foreign keys are called ________.

A

Relationnal Databases.

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

Databases that are organized in the form of tables and represent interconnections using foreign keys are called ________.

A

Relationnal Databases.

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

Developers use ________ to define the entities that will be stored in the database and the relationships among those entities.

A

The E-R Data Model.

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

Developers use ________ to define the entities that will be stored in the database and the relationships among those entities.

A

The E-R Data Model.

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

In a database, a ________ refers to a character of data.

A

Byte

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

In a database, a ________ refers to a character of data.

A

Byte

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

In a database, rows are also known as ________.

A

Records

17
Q

In a database, rows are also known as ________.

A

Records

18
Q

In a relational database, every table must have a ________.

A

Key

19
Q

In a relational database, every table must have a ________.

A

Key

20
Q

________ is an international standard language for processing a database and is supported by all major DBMS products.

A

SQL

21
Q

________ is an international standard language for processing a database and is supported by all major DBMS products.

A

SQL

22
Q

Joanna wants to find a particular report containing the sales analyses of the company for the second and third quarters of the year. After accessing the DBMS, she should type in the keyword into a ________ to locate what she is looking for.

A

Query Form

23
Q

Joanna wants to find a particular report containing the sales analyses of the company for the second and third quarters of the year. After accessing the DBMS, she should type in the keyword into a ________ to locate what she is looking for.

A

Query Form

24
Q

The database design team expresses relationships by defining ________.

A

Foreign Keys