100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4,6 TrustPilot
logo-home
Exam (elaborations)

Oracle MySQL Database Administrator Exam Verified Questions, Correct Answers, and Detailed Explanations for Computer Science Students||Already Graded A+

Rating
-
Sold
-
Pages
19
Grade
A+
Uploaded on
16-12-2025
Written in
2025/2026

Oracle MySQL Database Administrator Exam Verified Questions, Correct Answers, and Detailed Explanations for Computer Science Students||Already Graded A+

Institution
MCDBA - Microsoft Certified Database Administrator
Course
MCDBA - Microsoft Certified Database Administrator










Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
MCDBA - Microsoft Certified Database Administrator
Course
MCDBA - Microsoft Certified Database Administrator

Document information

Uploaded on
December 16, 2025
Number of pages
19
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

Oracle MySQL Database Administrator Exam
Verified Questions, Correct Answers, and
Detailed Explanations for Computer Science
Students||Already Graded A+
1. Which MySQL storage engine supports transactions?
A) MyISAM
B) MEMORY
C) InnoDB
D) CSV
InnoDB supports ACID-compliant transactions, whereas MyISAM and other
engines do not.
2. What is the default port number for MySQL?
A) 8080
B) 1521
C) 3306
D) 1433
3306 is the default TCP port for MySQL connections.
3. Which command is used to start the MySQL server on Linux?
A) mysql start
B) systemctl start mysqld
C) service mysql stop
D) mysqld shutdown
The systemctl start mysqld command initiates the MySQL server on systemd-
based Linux systems.
4. Which SQL statement is used to remove a table from the database?
A) DELETE TABLE table_name;
B) DROP TABLE table_name;
C) REMOVE table_name;
D) TRUNCATE TABLE table_name;
DROP TABLE deletes the table structure and data permanently.
5. What is the primary purpose of the EXPLAIN statement in MySQL?
A) Show triggers
B) Show users

,C) Provide query execution plan
D) List indexes
EXPLAIN helps DBAs analyze how MySQL executes queries for optimization.
6. Which MySQL user privilege allows creating databases?
A) SELECT
B) INSERT
C) CREATE
D) DELETE
The CREATE privilege permits the user to create new databases or tables.
7. How do you display all databases in MySQL?
A) SHOW TABLES;
B) SHOW DATABASES;
C) LIST DATABASES;
D) SELECT * FROM databases;
SHOW DATABASES lists all accessible databases.
8. What file stores MySQL’s global configuration settings?
A) my.cnf
B) my.ini / my.cnf
C) my.db
D) mysqld.conf
my.cnf (Linux) or my.ini (Windows) contains server configuration options.
9. Which command displays all current MySQL processes?
A) SHOW DATABASES;
B) SHOW PROCESSLIST;
C) SHOW USERS;
D) SHOW TABLES;
SHOW PROCESSLIST shows all active connections and running queries.
10. Which engine is recommended for full-text searches in MySQL?
A) MEMORY
B) InnoDB / MyISAM
C) CSV
D) ARCHIVE
MyISAM historically supported full-text indexes; InnoDB now also supports full-
text indexing.

, 11. Which command is used to backup a MySQL database?
A) mysqldump
B) mysqldump
C) mysqlbackup
D) dbexport
mysqldump exports databases into SQL scripts for backup.
12. How do you change a user’s password in MySQL 8.0?
A) SET PASSWORD FOR 'user';
B) ALTER USER 'user'@'host' IDENTIFIED BY 'new_password';
C) UPDATE mysql.user SET password='...';
D) CHANGE PASSWORD;
ALTER USER is the preferred way to change passwords in MySQL 8.
13. Which statement checks for referential integrity constraints?
A) SHOW TABLES;
B) SHOW CREATE TABLE table_name;
C) SELECT * FROM constraints;
D) EXPLAIN table_name;
SHOW CREATE TABLE displays table definitions including foreign key
constraints.
14. Which type of index automatically improves the speed of primary key
lookups?
A) UNIQUE
B) FULLTEXT
C) PRIMARY
D) SPATIAL
Primary keys automatically create a unique clustered index.
15. Which variable sets the maximum number of connections in MySQL?
A) max_users
B) max_connections
C) connection_limit
D) max_clients
The max_connections variable defines the maximum concurrent client
connections.
16. Which command removes all rows but keeps the table structure?
A) DROP TABLE
R373,34
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
lewizranking

Get to know the seller

Seller avatar
lewizranking Teachme2-tutor
Follow You need to be logged in order to follow users or courses
Sold
New on Stuvia
Member since
2 months
Number of followers
0
Documents
786
Last sold
-

0,0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can immediately select a different document that better matches what you need.

Pay how you prefer, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card or EFT and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions