DATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEM
INTRODUCTION
• Database Management System (DBMS) is a software solution that
allows you to create and maintain databases in which data are
stored.
• .There are four types of data models: relational, hierarchical, network
and object-oriented that you can use to store data
• Different individuals, such as a database manager, perform separate
roles to manage the database.
• Data stored in the database can be accessed using different
languages such as FML and SQL
INTRODUCTION