Correct option is B
● Python is a programming language, not a Database Management System (DBMS).
● It is used for writing programs, scripting, data analysis, and automation.
● DBMS software is specifically designed to store, manage, and retrieve data efficiently.
● MySQL is an open-source relational DBMS widely used for web applications.
● Oracle is a powerful enterprise-level DBMS used by large organizations.
● MS Access is a desktop-based DBMS developed by Microsoft.
● Examples of popular DBMS include MySQL, Oracle, MS Access, PostgreSQL, and SQL Server.
● Programming languages like Python can interact with DBMS using database connectors.
● DBMS ensures data security, integrity, and efficient data management.