Which of the following best describes the effect that the per-process limit of open file descriptors in an operating system has on MySQL, and what can be done to increase it?
A. The --open-files-limit option can be used to increase it.Which of the following statements about the slow query log is true?
A. The slow query log will always contain just slow queries.Does the ordering of tables shown in an EXPLAIN output have any significance? Why?
A. Yes, it determines the table from which data will read first.Is the following statement true or false? The username you use to connect to MySQL must be the same as the login used to access the operating system.
A. trueIn replication the master server logs updates to this/these databases by default:
A. No database.Consider the following: mysql> EXPLAIN SELECT * FROM City WHERE Name = 'Jacksonville' AND CountryCode = 'USA'\G *************************** 1. row *************************** id: 1 select_type: SIMPLE table: City type: ref possible_keys: name_country_index key: name_country_index key_len: 13 ref: const,const rows: 1 Extra: Using where Which of the following best describes the meaning of the value for the key_len column?
A. It shows how big the indexes are.Consider the following GRANT statement:
GRANT USAGE ON *.* TO 'kofi'@'localhost' IDENTIFIED BY 'password'
What is the implications of executing that statement?
A. Kofi can access all database objects.You have been granted SELECT, INSERT and DELETE privileges on the table city in the world database. You log in, and exercise all your privileges without any problems.
While you are still connected and doing work, the administrator removes your DELETE privileges and informs you by mail that you can no longer delete from table city.
Being skeptical, you decided to test your privileges and realize that you still have them all. What is are the most likely causes of this?
A. The administrator forgot to revoke your UPDATE privilegeConsider the following:
+----+-----------------+--------------+
| id | PartName | Location |
+----+-----------------+--------------+
| 1 | 40GB Hard Drive | Jacksonville |
| 2 | 1GB DDR | Atlanta |
| 3 | Keyboard | San Jose |
| 4 | Monitor | Harrisburg |
| 5 | USB Drive | Miami |
| 6 | DVD/R | Jacksonville |
+----+-----------------+--------------+
Which of the following best describes why this table should be split into a part and location table?
A. Because it has redundant location values.Consider the following:
mysql> EXPLAIN SELECT Name FROM City WHERE CountryCode = (SELECT Code FROM Country
WHERE Name = 'United States')\G
*************************** 1. row ***************************
id: 1
select_type: PRIMARY
table: City type: ALL
possible_keys: NULL
key: NULL
key_len: NULL
ref: NULL
rows: 4079
Extra: Using where
Which of the following best describes the meaning of the value of the select_type column?
A. The query has a subquery.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-874 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.