Where can you possibly use the MySQL database?

Asked By 40 points N/A Posted on -
qa-featured

Good Day everyone,

I am learning SQL database from my own. I just want to know where does this used and created. I'm trying to figure it out.

Thank you for answering and god bless.

SHARE
Best Answer by Reginald E Cosentino
Answered By 10 points N/A #173056

Where can you possibly use the MySQL database?

qa-featured

Hello Jolene,

SQL (Structured Query Language) is commonly used language for creating and managing database.

SQL commands are used to communicate with the database. Using SQL one can create, edit, search any data from the large database.

1. It is used widely in banking to update the transactions.

2. Used in Airlines and railways for reservation and displaying the scheduled information.

3. Used in stores to store product details.

Best Answer
Best Answer
Answered By 40 points N/A #173057

Where can you possibly use the MySQL database?

qa-featured

Hi,

First of all, let me put an example regarding the use of SQL (Standard Query Language). You see, billion of people use the social website Facebook. Now, all individual's name, date of birth, picture, educational information, leaking its information is preserved in the database of Facebook.

Whenever, we search any person using email address or name through the search box on Facebook that time Facebook utilizes it's database to look for the desired name or person's information in its database and represents relevant information to us. So, this how SQL database can be used for the following purposes:

  • To create a new database
  • To create a mass scale table
  • To make any query in the database
  • New record or updating of data can be made in the database.

Now a day, SQL is widely used in IT or telecommunication sector, banking sector, management sector, military sector etc.

You can use this link https://www.w3schools.com/sql/ to practice SQL. Furthermore, you can learn better from this SQL website.

Related Questions