Chapter 19 Study Questions Flashcards

1
Q

A(n) ___________ includes the structure and content of database.

A

full backup

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

A(n) __________________ only contains changes that have been made to the structure and content of a database since the last full backup.

A

incremental backup

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

A(N) ______________________ allows one to restore the data up to any point in time.

A

point-in-time recovery

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

It is recommended that the database named ____ be included in backups, since this database stores information about the users and privileges for all databases on the server.

A

root

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

Use the _________ program to backup one or more databases on the server.

A

mysqldump

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

Use the _____ program to restore one or more databases by running the SQL script file that contains the database backup.

A

mysql

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

Use the ___________ program to execute all statements in the binary log that occurred after the last full backup.

A

mysqlbinlog

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

The process of backing up a database may also be referred to as _________ a database.

A

exporting

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

When a database is restored from a backup, the process may be referred to as _________ a database.

A

importing

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

To export data from a table to an external file, use a SELECT statement with a(n) ____________ clause.

A

into outfile

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

When using a SELECT statement to export data from a table to an external file the ______ clause is used to specify delimiters for the columns.

A

fields

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

The _________ statement may be used to import data from an input file into a table.

A

load data

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