A database management system (DBMS) is a software application that allows users to define, create, query, update and administer a database. It provides program-data independence so the data storage structure can change without changing access programs. A DBMS uses different views to hide storage details from different types of users. It allows organizations to securely store large amounts of structured data for consistent use by multiple users concurrently and across applications while maintaining data persistence and transaction management by separating the data from applications.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
23 views
Data Base Management System
A database management system (DBMS) is a software application that allows users to define, create, query, update and administer a database. It provides program-data independence so the data storage structure can change without changing access programs. A DBMS uses different views to hide storage details from different types of users. It allows organizations to securely store large amounts of structured data for consistent use by multiple users concurrently and across applications while maintaining data persistence and transaction management by separating the data from applications.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Introduction Data Base System
Data Base Management System
A database management system (DBMS) ordatabase manager is a computer software application that interacts with the user, other applications, and the database itself to capture and analyze data. A general-purpose DBMS is designed to allow the definition, creation, querying, update, and administration of database Data: A set of information is called Data. Program-Data Independence: program-data independence Allows changing data storage structures and operations without having to change the DBMS access programs. User View: A Use view is used to hide storage details. There are different types of views in DBMS. For eg. The student view is different, and the administration view is different from student views. End User: End users are the people whose jobs require access to the database for querying, updating,and generating reports; the database primarily exists for their use. Purpose of DBMS Purpose of Database Management Systems. Organizations use large amounts of data. A database management system (DBMS) is a software tool that makes it possible to organize data in a database. The standard acronym for database management system is DBMS, so you will often see this instead of the full name. Advantages of DBMS Security Secure your data to others user Data consistency Integration Of Data Ease Of application development Concurrent use Structured And Described Data Data Persistence Transaction Separation Of Data And Application