Learn Python
Learn Data Structure & Algorithm
Learn Numpy
Learn Pandas
Learn Matplotlib
Learn Seaborn
Learn Statistics
Learn Math
Learn MATLAB
Learn Machine learning
Learn Github
Learn OpenCV
Learn Deep Learning
MySQL Introduction
MySQL Setup
MySQL Operators
MySQL Basic Works
MySQL Create Table
MySQL insert and get values
MySQL Condition
MySQL GROUP BY
MySQL Case
MySQL sorting and calculate avg,sum,count
MySQL Update
MySQL Time
MySQL String
MySQL Rollback & Commit
MySQL Join and Concatenate
MySQL Index
MySQL Date
MySQL View
MYSQL With Python
Learn MongoDB
Learn Web scraping
Learn Excel
Learn Power BI
Learn Tableau
Learn Docker
Learn Hadoop
You have to write the database name in lower case and between multiple words you have to give underscore.
You can have multiple databases. To use a database among those databases use the code given below
Suppose you are working on a database for a long time and after sometimes you forget the database name.To get
the selected database name use the command given below.
This code will show the database description(name, number of columns, rows, etc) which you have selected for work.
Suppose you select a table for work. Now to know how many tables are present in that database use the given command.