1. We can disconnect from MariaDB through?

A) exit

B) break

C) push

D) terminate

Correct Answer: exit


2. What are the different types of clauses used in MariaDB?

A) MariaDB Where Clause

B) MariaDB Like Clause

C) Both A and B

D) None

Correct Answer: Both A and B

Explanation : SELECT, WHERE, LIKE, HAVING and ORDER BY etc. are the different types of clauses used in MariaDB.