MySQL Server
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 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:
______ is a robust transactional stroge engine.
A
InnoDB
Note:
Not available
Show answer
Show Note
Report
Question:
The ______ storage engine stores table data in a comma-separated format similar to that supported by many applications.
A
CSV
Note:
Not available
Show answer
Show Note
Report
Question:
______ storage engine as a basic template for understanding how these engines are created.
A
EXAMPLE
Note:
Not available
Show answer
Show Note
Report
Question:
How do I find out all databases starting with ‘test to which I have access to?
A
SHOW DATABASES LIKE ‘%test%’;
B
SHOW DATABASES LIKE ‘%test;
C
SHOW DATABASES LIKE ‘'test'%’;
D
SHOW DATABASES LIKE ‘test%’;
Note:
Not available
Show answer
Show Note
Report
Question:
When do we use a HAVING clause?
A
To limit the output of a query
B
To limit the output of a query using an aggregate function only
C
When GROUP by is used
D
all
Note:
Not available
Show answer
Show Note
Report
Question:
USE keyword is used to select a _____
A
Table
B
Column
C
Database
D
All
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
Next
Last
/2
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd