Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask DBMS Expert


Home >> DBMS

 

What do you mean by DBMS? What is its need and what are its goals. Explain?       

OR  

Explain Data Base Management System?

Sol.  Database management system is a collection of interrelated data and set of programs to access those data. Collection of data is called database. Database contains information related to an enterprise. Primary goal of database management system is to provide a way to store and retrieve database information that is convenient and efficient. Management of data involves both defining structure for storage of information and providing mechanism for manipulation of information. Database system also ensures the safety of information stored, despite system crashes of attempts at unauthorized access. If data is shared among many users, then system must avoid possible anomalous results. So database system is used to manage, large bodies of information. A large body of concepts and techniques is used for managing data.

Applications of Data base management system

(1) Banking- In bank database management system is used for storing customer information, account information, and information about bank transactions.

(2) Airlines-Database management system is used for reservations and schedule information.

(3) Universities- In universities and colleges, database management system are used for having student information, course information and about their results.

(4) Credit Card Transactions- Here database management system is used for purchase of credit cards and generation of monthly statements.

(5) Telecommunication- Record of calls made, generating monthly bill, maintaining balances on prepaid calling cards, and storing information about the communication networks.

(6) Finance- For storing information about holdings, sales, and purchases of financial instruments such s stocks and bonds.

(7) Human resources- For information about employees, salaries, payroll taxes and benefits and for generation of pay checks.

(8) Manufacturing- For information of supply chain, and for tracking production of items in factories, inventories of items in factories, inventories of items in warehouses/stores and orders for items.

(9) Sales - For customers, product, and purchase information.

Goals of Database Management System

(1) To remove problem of data redundancy and inconsistency- Different programmers create files and application programs over a long period and these files are likely to have different format and programs are written in different languages. Same information may be duplicated in various files. E.g. address and telephone number of a particular customer may appear in a file that consist of savings- account record and in a file that consist of checking account records, the redundancy leads to higher storage and access cost. It may also lead to data inconsistency. Data inconsistency means various copies of same data may no longer agree. For example, a changed customer address may be reflected in saving account records, but not elsewhere in the system.

(2) Easy access of data- If a bank officer needs to find out names of all customer who live within a particular postal- code area, the officer then ask the data processing department to generate such a list, because the designers of original database system did not anticipate this request, there is no application program on hand to meet it, there is however an application program to generate the list of all customer. Bank officer now has 2 choices; either obtains the list of all customers and extract the needed information manually of ask a system programmer to write the necessary application program. But both alternatives are unsatisfactory. Suppose such a program is written and then several days later same officer needs to trim that list to include only those customer who have an account balances of Rs. 10,000 of more. As expected, a program to generate such a list does not exist; again, the officer has the proceeding two options, neither of which is satisfactory. So without data base management system data cannot be retrieved in a convenient and efficient manner.

(3) To solve data isolation problem- As data are scattered in various files, and files may be in various formats, writing new application programs to retrieve the appropriate data is difficult.

(4) To solve atomicity problem- A computer system may fail. In many applications it is crucial that, if a failure occurs the data be restored to the consistent state that existed prior to the failure. E.g. let us having a program to transfer $ 50 from account A to account B. If a system failure occur during the execution of program, it is possible that the $ 50 was removed from account A bit was not clearly it is essential to data consistency that either both the credit and debit occur or that neither occur. That is fund transfer must be atomic- it must happen in it's entirely of not at all, it is difficult to ensure atomicity in a conventional file - processing system.

(5) to solve problem of concurrent- access anomalies- For the sake of overall performance of the system and faster response, many systems allow multiple users to update the data simultaneously. In such an environment, interaction of concurrent updates may result in inconsistent data. Consider bank account A, containing $ 500. If 2 customers withdraw funds (say $ 50 and $ 100 respectively from account A at about the same time, the result of concurrent executions may leave the account in at incorrect (or inconsistent) state. Suppose the the program executing on behalf of each withdrawal read the  old balance, reduce that value by the amount being withdrawal, and write the result back. If the 2 program run concurrently, they may both read the value $ 500, and write back $ 450 and $ 400 respectively. Depending upon on which one writes the value last, the account may contain either $ 450 or $ 400, rather than the correct value of $350. To guard against this possibility, the system must maintain some form of supervision. But supervision is difficult to provide because data may be accessed by many different application programs that have not been coordinated previously.

(6) To solve security problem- Not every user of database system should be able to access all the data. For example in a banking system, payroll personnel beed to see only that part of the database that has information about the various bank employees. They do not need access to information about cusomer accounts. But, since application programs are added to the systems in an ad- hoc manner, enforcing such security constraints is difficult.

(7) To solve integrity problems- The data values stored in database must satisfy certain consistency constraints. For example, the balance of a bank account may never fall below a prescribed amount (say $ 25). Developers enforces these constraints in the system by adding if appropriate code in the various applications programs, however when new constraints added, it is difficult to change the program to enforce them. The problem is compound when constraints have involved several data items from different files. 

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M9504141

Have any Question?


Related Questions in DBMS

Question talk about the importance of pulling data from

Question : Talk about the importance of pulling data from worksheets into a single sheet also the ways excel could be a solution to a complex challenge. The response must be typed, single spaced, must be in times new rom ...

We can represent a data set as a collection of object nodes

We can represent a data set as a collection of object nodes and a collection of attribute nodes, where there is a link between each object and each attribute, and where the weight of that link is the value of the object ...

Question lab 1 creating a database designthis assignment

Question: Lab 1: Creating a Database Design This assignment contains two (2) Sections: Database Design Diagram and Design Summary. You must submit both sections as separate files in order to complete this assignment. Not ...

Question 1 a- consider that you are asked to design an

Question: 1. (a)- Consider that you are asked to design an entity relationship diagram based on the below scenario: A university consists of a number of departments (id, d_name) and each department offers some courses. A ...

Assignment -scenario setup a mock phase 3 clinical trial

Assignment - Scenario: Setup a Mock Phase 3 Clinical Trial for evaluating the efficacy of a Blood Pressure/Weight Loss/ or Muscle Strength Enhancement supplement. Assume that the testing takes place at a physician's offi ...

Objectivethe objective of this lab is to be familiar with a

OBJECTIVE: The objective of this lab is to be familiar with a process in big data modeling. You're required to produce three big data models using the MS PowerPoint software. This tool is available on UMUC Virtual Deskto ...

Backgrounda new training organization called abc

Background A new training organization called ABC TechTraining is opening soon and they have approached you to help design their new database. They have just completed the refurbishment of the premises and are now lookin ...

Question create an erd for the following scenarioa small

Question: Create an ERD for the following scenario. A small company ABC wants a database to keep track of internal company information. Â Given the following information create an ERD. The ABC Company has several departm ...

Stored procedure please create the following stored

Stored procedure. Please create the following stored routines using CPS3740_2017S database using the tables in dreamhome database. xxxx is your email id 1) Implement a stored procedure p3Q21_xxxx to display the Branch ci ...

Question a suppose you are a marathon runner that can run a

Question : a) Suppose you are a marathon runner that can run a maximum of n miles on a single bottle of water. You are given a map of your marathon route with all the water stations marked. Design an efficient algorithm ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As