Which command is used to select an existing database in MariaDB?

9. Which command is used to select an existing database in MariaDB?

  1. SELECT
  2. WORKON
  3. USE
  4. USE DATABASE

Answer: C) USE

Explanation:

To select an existing database in MariaDB, the USE is used.

Syntax:

USE database_name;

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.