๐ Day 1: Introduction to Database Management System (DBMS)
✅ What is a Database? A Database is an organized collection of data that can be easily accessed, managed, and updated. ๐ง Example : Your college stores data of students — names, roll numbers, marks — in a structured format. ✅ What is a DBMS? A Database Management System (DBMS) is software that interacts with users, applications, and the database itself to capture and analyze data. ๐ก DBMS Examples: MySQL Oracle PostgreSQL MongoDB (NoSQL DB) ✅ Advantages of DBMS over File System File System DBMS Data Redundancy Reduced Redundancy No data sharing Multi-user support No data security High security Difficult backup Easy backup & recovery Complex queries Easy SQL-based queries ✅ Types of DBMS Type Description Example Hierarchical Parent-child IBM IMS Network Graph structure IDS Relational Tables (rows/columns) MySQL, Oracle Object-oriented Stores data as objects Versant ๐ง MCA Exams usually focus on Relational DBMS (RDBMS). ✅ Components of DBMS Ha...