Create Database in MySQL



DATA is a little unit of data. That data can be in any way similar to content, picture, name, age, class and so forth. 'DATA' word is taken from the word 'datum' that signifies 'single snippet of data.' We can store information in the paper, hard circle, server and much more. Data isn't in an organized structure.

For see the example of how to create database in MySQL

Database Definition

The DataBase is a Collection of Raw Data. We can store information as Tables, record, sections and substantially more. The database stores the information in an organized structure (Tables). So it will simple to do significant tasks like adjustment, addition, recovering and considerably more.

Prior to Database, File System is utilized for putting away and control the information. Document System has numerous focal points and weaknesses.

Disadvantages of File System


1.) Lack of security.

2.) Difficult to recover the information.

These days we can do shopping, visiting with companions, utilizing mail, run dynamic sites utilizing the Internet. This is conceivable due to the Database.

There is some genuine model where we use Database to store data.

1.) Shopping sites like Amazon and Flipkart. In these sites, every single data like email id, address, client name and so forth put away in Database. we can open anyplace amazon account with the assistance of the Internet.

2.) Online Hotel Booking locales are the best case of utilizing Database. Inn Owners transfer every single vital detail like name, room, area on Database.

These are numerous databases accessible in the market like MySql, DB2, SQL Server, Mongo DB, DB2, Oracle, Informix and so forth. Each database has a similar work to store the information.

Comments