1 Introduction
1 Introduction
What is a Database?
1. A collection of data.
e.g. A phonebook
MySQL 1
People often say’s DBMS & Database are same thing but it is
not. Both are much more different. Database is where we store
the entire data like user information, address details,
contact details, etc. Whereas DBMS is the system to talk with
database using queries or some sort of instructions like
SELECT, UPDATE, INSRT, etc.
DBMS consist the languages like MySQL, MongoDB, etc. to talk
with the Database.
MySQL 2