1Z0-874 Exam Questions & Answers

Exam Code: 1Z0-874

Exam Name: MySQL 5.0 Database Administrator Certified Professional Exam, Part II

Updated:

Q&As: 138

At Passcerty.com, we pride ourselves on the comprehensive nature of our 1Z0-874 exam dumps, designed meticulously to encompass all key topics and nuances you might encounter during the real examination. Regular updates are a cornerstone of our service, ensuring that our dedicated users always have their hands on the most recent and relevant Q&A dumps. Behind every meticulously curated question and answer lies the hard work of our seasoned team of experts, who bring years of experience and knowledge into crafting these premium materials. And while we are invested in offering top-notch content, we also believe in empowering our community. As a token of our commitment to your success, we're delighted to offer a substantial portion of our resources for free practice. We invite you to make the most of the following content, and wish you every success in your endeavors.


Download Free Oracle 1Z0-874 Demo

Experience Passcerty.com exam material in PDF version.
Simply submit your e-mail address below to get started with our PDF real exam demo of your Oracle 1Z0-874 exam.

Instant download
Latest update demo according to real exam

*Email Address

* Our demo shows only a few questions from your selected exam for evaluating purposes

Free Oracle 1Z0-874 Dumps

Practice These Free Questions and Answers to Pass the Others Oracle Certifications Exam

Questions 1

Assuming that the account 'joe'@'%' does not already exist on the server, executing the statement mysql> CREATE USER 'joe'@'%' IDENTIFIED BY 'sakila'

will have the following consequences:

A. The account 'joe'@'%' is created on the server. However, clients cannot connect using this account until further privileges have been assigned to the account.

B. The account 'joe'@'%' is created on the server. Clients may connect to the server using this account, but will not be able to access any databases, tables or stored routines

C. The account 'joe'@'%' is created on the server. Clients may connect to the server using this account and execute stored routines, but will not be able to access any databases or tables

D. Nothing; there is no such command as CREATE USER

Show Answer
Questions 2

Consider the following:

mysql> EXPLAIN SELECT * FROM City WHERE CountryCode = 'USA'\G *************************** 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

What does the possible_keys column in this output denote?

A. Whether there are any indexes on the table(s) you are querying.

B. If there are any indexes you may be able to use.

C. Whether you are using any indexes in your query.

D. If it is possible for you to include any indexes in your query.

Show Answer
Questions 3

Consider the following:

mysql> DESC customers;

+--------+------------------+------+-----+---------+----------------+

| Field | Type | Null | Key | Default | Extra |

+--------+------------------+------+-----+---------+----------------+

| id | int(11) unsigned | NO | PRI | NULL | auto_increment |

| name_1 | char(20) | YES | MUL | NULL | |

| name_2 | varchar(20) | YES | | NULL | |

| name_3 | varchar(20) | YES | | NULL | |

| email | varchar(50) | YES | | NULL | |

+--------+------------------+------+-----+---------+----------------+

mysql> EXPLAIN SELECT * FROM customers WHERE name_1 = 'Johnny'\G

*************************** 1. row ***************************

id: 1

select_type: SIMPLE

table: customers type:

ref

possible_keys: i_name_1_01,i_name_1_02

key: i_name_1_01

key_len: 21

ref: const

rows: 1

Extra: Using where

What can be assumed by looking at the key_len column?

A. No indexes are being used.

B. The full index is being used.

C. The partial index is being used.

D. The longest index is 21 characters long.

Show Answer
Questions 4

Which of the following best describe the general steps involved in normalization?

A. Change the character set of the tables to normalize.

B. Remove repeating groups within rows.

C. Remove duplicate data within columns.

Show Answer
Questions 5

The type of file system you chose may affect MySQL use and/or performance with regard to...

A. Table opening time.

B. Size limits of files.

C. Time to recover from a crash.

D. The number of users MySQL can handle.

E. The type of storage engines that can be used.

Show Answer

Viewing Page 1 of 3 pages. Download PDF or Software version with 138 questions