
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A concise overview of data base management system (dbms) functions. It covers key aspects such as data storage management, data transformation and presentation, security management, multi-user access control, backup and recovery, data integrity management, database access languages, and database communication interfaces. How dbms ensures data consistency, security, and accessibility for multiple users, making it a valuable resource for understanding the core functionalities of database systems. It also touches on sql as the standard query language and various communication interfaces used by dbms.
Typology: Exams
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Data storage management - correct answer DBMS creates and manages complex structures required for data storage. Data transformation and presentation - correct answer The DBMS transforms entered data into the required data structures. DBMS formats the physically retrieved data to make it conform to the user's logical expectations Ex. Date entered as July 11, 2009, should be converted to 07/11/ Security Management - correct answer DBMS creates a security system that enforces user security and data privacy. Security rules determine who can access what. Multi-User Access Control - correct answer DBMS uses sophisticated algorithms to ensure multiple users can access the database concurrently without compromising the integrity of the database Backup and Recovery - correct answer DBMS systems provide special utilities that allow the DBA to perform routing and special backup and restore procedures. Applicable to failure, such as a bad sector in the disk or power failure. Data Integrity Management - correct answer Enforces integrity rules, minimizing data redundancy and maximizing data consistency. Database access languages and application programming interfaces - correct answer DBMS provides data access through a query language. A query language is a non procedural language-one that lets the user specify what must be done without having to specify how it is to be done. Structured Query language(SQL) is the defacto query language and data access standard supported by majority of DBMS vendors. Database communication interfaces - correct answer Current DBMSs accept end-user requests via multiple different network environments. -End users can generate answers to queries by filling in screen forms through their preferred Web browser. -The DBMS can automatically publish predefined reports on a Website. -The DBMS can connect to third-party systems to distribute information via e-mail or other productivity applications.