1Z0-873 Exam Questions
139 real 1Z0-873 exam questions with expert-verified answers and explanations. Page 3 of 3.
- Question #101
What three data components are needed for data recovery?
- Question #102
What are some general principles of making a good MySQL backup?
- Question #103
Which of the following are some trade-offs between binary and text backups?
- Question #104
Which of the following steps describe how to do a proper binary backup of MyISAM tables?
- Question #105
Which of the following steps describe how to do a proper binary backup of InnoDB data?
- Question #106
Which of the following are requirements for MyISAM binary portability?
- Question #107
In order to use SELECT INTO OUTFILE backups, the output file
- Question #108
Which of the following statements is true for mysqldump?
- Question #109
Which of the following are some benefits of using MySQL built binaries over binaries built by yourself?
- Question #110
A windows binary installation includes several servers in the MySQL installation directory. What is the purpose of the mysqld-nt server?
- Question #111
When running the MySQL server under Windows, the --console option is used to display server errors in the console window.
- Question #112
What will the following statement do in a Windows environment? Assume that there are no conflicts in the pathname definitions. C:\> mysqld --install MySQL50 --defaults-file=C:\my-o...
- Question #113
Which of the following would be the effect of setting REFERENCES with ON UPDATE CASCADE?
- Question #114
Which of the following storage engines will ignore foreign keys if they are specified?
- Question #115
When working with InnoDB, which of the following are true of a parent / child foreign key relationship?
- Question #116
When working with InnoDB, which of the following is true when trying to create foreign key references?
- Question #117
Which of the following statements are true for InnoDB?
- Question #118
The my.cnf file contains the following entries: innodb_data_home_dir = innodb_data_file_path = /ibdata/ibdata1:50M;/disk2/ibdata2:50M:autoextend Which of the following statements a...
- Question #119
Which of the following are some general characteristics of the MEMORY storage engine?
- Question #120
Which of the following are true for how BTREE and HASH index types should be used for MEMORY tables?
- Question #121
Which of the following statements are true regarding the data directory on a Windows binary installation?
- Question #122
Which of the following are requirements for InnoDB binary portability?
- Question #123
Which of the following package types are provided specifically for UNIX-style OS installations?
- Question #124
Index analysis and optimization using ANALYZE and OPTIMIZE statements should...
- Question #125
Suppose you install a server with a service name of "MySQL5" rather than the default. What sections in the option files will the server use for configuration?
- Question #126
Assume you compile MySQL from source and invoke configure with the following options. --with-charset=latin1 --with-extra-charsets=utf8,ucs2 Compared to a standard binary installati...
- Question #127
Which of the following can be influenced by the choice of character set?
- Question #128
Suppose you have a column in which most records are going to be between 30 and 32 characters. Which of the following column types would be most efficient?
- Question #129
You are using a multi-byte character set with variable-length encoding. You need to store records whose values are always 20 characters. Which of the following column types would b...
- Question #130
Another user has gotten a lock using GET_LOCK. You inquire on the status of the lock by using
- Question #131
Another user has issued the statement LOCK TABLE pets FOR WRITE You can...
- Question #132
Which of the following statements are true?
- Question #133
Which of the following statements are true?
- Question #134
When you set up per-table tablespace files for InnoDB...
- Question #135
Which of the following happens when BEGIN TRANSACTION or START TRANSACTION command is issued?
- Question #136
Which of the following statements are true with regard to savepoints in transactions?
- Question #137
Some statements implicitly commit pending transactions and start a new one.
- Question #138
Which of the following describes how deadlocks may occur and how InnoDB resolves them?
- Question #139
LOCK IN SHARE MODE should be used...