menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Databases

>

MySQL Term...
source image

Dev

3w

read

190

img
dot

Image Credit: Dev

MySQL Terminal: Create Databases, Tables and more.

  • The CREATE DATABASE command in MySQL is used to create a new database.
  • The SHOW DATABASES command in MySQL is used to list all the databases available on the MySQL server instance.
  • The USE database_name command in MySQL is used to select a specific database and set it as the active database for the current session.
  • The CREATE TABLE command is used in MySQL to create a new table within a database.
  • The DESC command in MySQL is used to display the structure of a table.

Read Full Article

like

11 Likes

For uninterrupted reading, download the app