DBMS With MySQL😊

DBMS stand for database management system.It is a software that designed for storing data, defining data ,retrieving data and manage all type records or data into the database. *----- DATABASE -----* ======================= Database refers to the collection of interrrelated data and Database management system (DBMS) is a computer program that manages a database effectively and efficiently. a number of diffrent application programs are written to extract records from and add records to the appropriate files. But this scheme has a number of major limitations and disadvantages,such as data redundancy (duplication of data), data inconsistency, unsharable data, unstandarized data,insecure data, incorrect data etc. A database management system is answer for all these p...