MySQL Client
Test
Model Test
Ebook
Quiz-1 : Basic, MySQL
Quiz-4 : MySQL Client, MySQL
Quiz-5 : MySQL Server, MySQL
Quiz-7 : DML, MySQL
Quiz-8 : DDL, MySQL
Quiz-9 : DCL, MySQL
Quiz-17 : Datatype, MySQL
Index
MySQL Home
Basic
9
MySQL Server
18
Installation
17
Security
4
MySQL Client
31
Datatype
25
DML
16
DDL
7
Operator
1
Trigger
11
Access Control
2
Maintaining and Optimization
4
DCL
5
Privileges
1
Funtion
4
Schools
Ebook
Question:
To getting server statistics in MySQL we use ______ option.
A
status,\s
Note:
Not available
Show answer
Show Note
Report
Question:
To modify mysql prompt we use ______ option with -u, -p options from shell/command prompt using mysql client.
A
--prompt
Note:
Not available
Show answer
Show Note
Report
Question:
To stop error resulting beeping sound we use ______ option in MySQL.
A
--no-beep,-b
Note:
Not available
Show answer
Show Note
Report
Question:
To output query result in XML format in a file we use ______ option in MySQL.
A
--xml, -X
Note:
Not available
Show answer
Show Note
Report
Question:
You can execute multiple queries with ______ option by separating each with asemicolon using mysql client.
A
--execute,-e
Note:
Not available
Show answer
Show Note
Report
Question:
______ mysql client option enables data compression when communicating between the client and server.
A
--compress, -C
Note:
Not available
Show answer
Show Note
Report
Question:
To backup table sturctures of all databases using mysqldump client, we use %>mysqldump -u root -p --all-database ______ > backup.sql
A
--no-data
Note:
Not available
Show answer
Show Note
Report
Question:
We can view a list of the tables made available to a database with the show TABLES staement:
A
mysql>SHOW TABLES;
B
mysql>OPEN TABLES;
C
mysql>SHOW TABLES:
D
mysql>SHOW TABLE;
Note:
Not available
Show answer
Show Note
Report
Question:
To backup both the structure and the data of two tables: book and user from test database to file "d:/backup.txt" we use %>mysqldump -u root -p ______ test book user>d:/backup.txt
A
--add-drop-table
Note:
Not available
Show answer
Show Note
Report
Question:
______ utility offers a convenient means for determining which databases, tables, and columns exist on a given database server.
A
mysqlshow
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
3
4
Next
Last
/4
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd