You are on page 1of 4

INTRODUCTION

TO
MYSQL
DATABASE
• A database is a collection of data that is organized electronically and can be stored and
accessed.

• Databases can store and manage a large amount of structured and unstructured data.

• Databases are generally accessed electronically from a computer system and are usually
controlled by a database management system.
MYSQL
• MySQL is a relational database management system (RDBMS) developed by Oracle.

• It's based on structured query language (SQL).

• MySQL is a popular, open-source database management system.

• It stores data in separate tables, rather than putting all the data in one big storeroom.

• he database structure is organized into physical files optimized for speed.


FEATURES
• Relational Database Management System (RDBMS)

• Easy to use

• It is secure

• Client/ Server Architecture

• It is scalable

• Speed

• High Performance

You might also like