Functions of A Database Management System (DBMS)
- Create database
- Create tables
- Create supporting structures (e.g. indexes)
- Read database data
- Modify (insert, update, or delete) database data
- Maintain database structures
- Enforce rules
- Control concurrency
- Provide security
- Perform backup and recovery
For example, an organization developes a database that is used to manage its data. The company has two buildings that house different departments. The first building houses
Administration, Accouting, Finance and Human Resources departments and the second buidling houses
Production, Marketing, and Information Systems departments.The company database contains data about
company employees, departments, company projects, company assests (e.g. computer equipment, buildings), and other aspects of company operations (e.g.
sale orders, purchasing orders, products).
References
- David Kroenke and David Auer (2011). Database Processing: Fundamentals, Design, and Implementation, 12 edition, Prentice Hall.
No comments:
Post a Comment