Stand out from thousands of candidates, earn the employer's regard, qualify for promotion — passing the 1Z0-874 exam starts it. TestBraindump is your best partner: 140 practice questions for the 1Z0-874 exam.
MYSQL 1Z0-874 Exam Overview:
| Certification Vendor: | Oracle |
|---|---|
| Exam Name: | MySQL 5.0 Database Administrator Certified Professional Exam Part II |
| Exam Number: | 1Z0-874 |
| Available Languages: | English |
| Exam Price: | USD 245 (historical pricing, may vary or be discontinued) |
| Passing Score: | 60-65% (scaled scoring may apply) |
| Real Exam Qty: | Approximately 70 |
| Related Certifications: | Oracle Certified Professional, MySQL 5.0 Database Administrator |
| Exam Format: | Multiple Choice |
| Exam Duration: | 120 minutes |
| Certificate Validity Period: | Retired / no longer actively offered (legacy certification) |
| Sample Questions: | ![]() |
| Exam Way: | Typically delivered via Pearson VUE testing centers or online proctored exam (historical delivery for Oracle certification exams) |
| Pre Condition: | Recommended experience with MySQL database administration and familiarity with Oracle MySQL certification path. |
| Official Syllabus URL: | https://education.oracle.com/ |
MYSQL 1Z0-874 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Topic 1: Backup and Recovery | - Backup strategies
|
| Topic 2: MySQL Architecture and Administration | - MySQL server architecture
|
| Topic 3: Replication and High Availability | - Failover and scaling
|
| Topic 4: Performance Tuning and Optimization | - Server tuning
|
1Z0-874 Exam FAQ — Stand Out
The MYSQL MySQL 5.0 Database Administrator Certified Professional Exam, Part II blueprint spans 4 domains — including Replication and High Availability, Backup and Recovery, Performance Tuning and Optimization. Know your strength and shortcoming per domain; the complete outline above lists every subtopic.
120 minutes for Approximately 70 questions. The TestBraindump test engine simulates the actual test's atmosphere, so you get used to real conditions in advance.
Yes — download the free trial of the MYSQL MySQL 5.0 Database Administrator Certified Professional Exam, Part II study materials before you buy and judge the profession and accuracy yourself. Purchases include 365 days of free updates, sent automatically and immediately by email; renew afterward at 50% off.
USD 245 (historical pricing, may vary or be discontinued) per attempt, 60-65% (scaled scoring may apply) to pass. A failed attempt is a loss of time and money — prepare steadily with the 140 practice questions for the 1Z0-874 exam at TestBraindump.
The MYSQL MySQL 5.0 Database Administrator Certified Professional Exam, Part II is MYSQL's certification exam for MYSQL-Certifications, at the Professional level. Passing it is a new start — toward better salary, decent work, and promotion chances. Related credentials include Oracle Certified Professional, MySQL 5.0 Database Administrator.
Recommended experience with MySQL database administration and familiarity with Oracle MySQL certification path. Eligibility rules change over time, so verify the current requirements on the official page (official 1Z0-874 exam page) before registering.
Upon successful payment, our system emails the MYSQL MySQL 5.0 Database Administrator Certified Professional Exam, Part II test braindump automatically within about a minute — credit card payment accepted, with 24/7 help if nothing arrives within 2 hours. If you fail the corresponding 1Z0-874 exam within 60 days of purchase, scan your exam transcripts and email them as attachments within 2 days of the exam — together with a scanned enrollment slip and the official Score Report PDF — and after confirmation we refund the full amount within 7 days. Excluded: exams within 3 days of purchase, candidate names that don't match the payer, and free or expired products. Or exchange for two equal-value products free.
MYSQL MySQL 5.0 Database Administrator Certified Professional Exam, Part II Sample Questions:
Consider the following: mysql> EXPLAIN SELECT * FROM City WHERE CountryCode = 'USA' *************************** 1. row *************************** id: 1 select_type: SIMPLE 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 "id" column in the output from EXPLAIN?
- A. Which process it is running as.
- B. Which SELECT the row refers to.
- C. It is just an incremental number to identify the rows from the output.
Correct Answer: B 🗳️
What will be the effect of executing the following statement?
REVOKE ALL PRIVILEGES FROM 'web'@'localhost'
- A. The account 'web'@'localhost' will have all privileges removed, and the account deleted from the server.
- B. The account 'web'@'localhost' will no longer be usable for login, but since there is no ON clause, privileges are retained for re-enabling the account at a later time.
- C. The account 'web'@'localhost' will lose all privileges except for USAGE
- D. Nothing. A REVOKE statment without an ON clause is invalid
Correct Answer: C 🗳️
The password for the existing user 'kofi'@'agric.comp1.com' must be changed to "Sakila". Which of the following will do that?
- A. SET PASSWORD('Sakila') FOR 'kofi'@'agric.comp1.com'
- B. SET PASSWORD FOR 'kofi'@'agric.comp1.com' = 'Sakila'
- C. SET PASSWORD 'Sakila' FOR 'kofi'@'agric.comp1.com'
- D. SET PASSWORD FOR 'kofi'@'agric.comp1.com' = PASSWORD('Sakila')
Correct Answer: D 🗳️
Which of the following optimizations could be made based on data collected in the slow query log? (Choose four)
- A. Rewrite queries to perform more efficiently.
- B. Make changes to the network infrastructure.
- C. Normalize data or add indexes to the tables that the queries use.
- D. Change the storage engines in use.
- E. Tune server parameters.
Correct Answer: A,C,D,E 🗳️
Which of the following best describe the purpose of the long_query_time variable?
- A. It is used to tell the server after how many seconds to abort a query.
- B. It is used to see the time it took the last longest query to run.
- C. It is used to tell the server the total CPU seconds that are allotted to a client connection before it shut down.
- D. It is used to tell the server when to log a query as slow.
Correct Answer: D 🗳️


