MySQL
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 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:
To view MySQL's configuration parameters with MySQL client we use command ______.
A
show variables;
Note:
Not available
Show answer
Show Note
Report
Question:
Default allowable simultaneous connections in MySQL is 100.
A
True
B
False
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 show databases we use the following command:
A
mysql>SHOW DATABASES;
B
mysql>SHOW DATABASES:
C
mysql>SHOW VARIABLES;
D
mysql>SHOW INFORMATION_SCHEMA;
Note:
Not available
Show answer
Show Note
Report
Question:
We can designate database as the default working database by "using" it, done with which of the the following command?
A
USE command
B
delete command
C
DROP command
D
CREATE command
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
First
Prev
5
6
7
8
9
Next
Last
/16
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd