Saturday, 27 July 2019

MySQL Database

My SQL Database


Hello friends Today we will discuss MySQL technology.We know that MySQL is a free and open source and no case sensitive.It is a structured query language.
Now we discuss about some basic commands/queries

Firstly, we talk about database 

How to create database in MySQL.

create database

 How to use database


How to use database



How to show the list of existing databases.


Show list of existing databases



How to view the name of current database.


To view the current database name



How to delete the database.


Drop Database



No comments:

Post a Comment

Recent Post

Python Project | Banking System | Project on Banking System using python

  PYTHON PROJECT Banking System import csv import pandas as pd import matplotlib.pyplot as plt import sys import datetime found=False def ne...