SELECT DATABASE in MariaDB

SELECT DATABASE To select a particular MariaDB database, from multiple available databases, the USE database command is used.

Syntax:

USE name;

Parameters: name: It is used to specify the name of the database to be selected.

Example:

USE students;

Explanation: The ‘students’ database will be selected.

Please follow and like us:
Content Protection by DMCA.com