Zybook 4-4 Flashcards

(19 cards)

1
Q

Manages database connections and compiles SQL queries.

A

Query Processor

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

Contains MySQL Workbench.

A

Tools

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

Does not directly interact with the query processor.

A

File System

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

Executes instructions compiled from SQL queries.

A

Storage Engine

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

An application program is part of the tools layer.

A

False

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

The Workbench is intended primarily for database users.

A

False

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

A program that helps database administrators configure MySQL is considered a utility program.

A

True

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

Many Connector tools are built on top of API tools.

A

True

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

Which component detects a missing semicolon at the end of an SQL statement?

A

Query parser

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

Which component detects an incorrect database server address?

A

Connection manager

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

Which component determines that a query was recently executed?

A

Cache manager

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

Oracle Database has multiple storage engines.

A

False

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

What block does InnoDB discard when more space is needed in the buffer?

A

The block that has not been accessed for the longest time.

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

After the above animation completes, block C is updated and block G is read from the file system. What happens to the buffer?

A

Block C moves to the top, block D is discarded, and block G moves to the top.

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

Which is not a MySQL storage engine?

A

MongoDB

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

Which storage engine is commonly used for transaction management?

17
Q

The __________ describes tables, columns, keys, indexes, and other database objects.

A

data dictionary

18
Q

The ___________ table provides various table statistics and is used by the query optimizer to generate efficient execution plans.

19
Q

_________ support database recovery in the event of a system failure.