We can create a table by using the ____ command and get the list of all existing tables by using the ____ command in MariaDB.

11. We can create a table by using the ____ command and get the list of all existing tables by using the ____ command in MariaDB.

  1. CREATE, USE
  2. CREATE, SHOW
  3. CREATE TABLE, SHOW TABLE
  4. CREATE TABLE, SHOW TABLES

Answer: D) CREATE TABLE, SHOW TABLES

Explanation:

We can create a table by using the CREATE TABLE command and get the list of all existing tables by using the SHOW TABLES command in MariaDB.

Comments and Discussions!

Load comments ↻






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