Anonymous

What Are The Objectives Of Database Management System?

11

11 Answers

Muhammad Azhar Profile
Muhammad Azhar answered
Typically database management system is considered as a computerized record keeping system. However, DBMS is a collection of programs, which are used to define, create and maintain databases. Basically, DBMS is a general-purpose software package whose overall purpose is to maintain information and to make that information available on demand. You can also develop a special purpose DBMS software (in Visual Basic, C++ etc.) to create and maintain databases.

There are many functions of general-purpose DBMS software but the main functions are:
(I)        Defining the Structure of Database: Which involves defining tables
and their relationships, fields and their data types and constraints for data to be stored in the database.
(ii)      Populating the Database: Which involves to store data into database.
(iii)      Manipulating the Database: Which involves to retrieve specific data. Update data, delete data, insert new data, and to generate reports.

Now consider the example of university computer file-based processing system , which is converted to database management system , All of the data about applicants, students, courses, and faculty is stored in a single file called database. The data is integrated into database. It means that the data items are stored in a compatible format and logical connection among them is also stored.

The database contains a description of its own structure so that the DBMS "knows" what data items exist and how they are related to each other. Many users can share the database through the DBMS. The DBMS also provides a user-interface for online queries. The users can access the database directly from terminals, using the query language such as SQL statements.
Nisar Adil Profile
Nisar Adil answered
DBMS (Data Base Management System): Is a system or computer software that is designed for the purpose to manage information or databases in such way so that data storage and retrieval of information gets easy, so we can easily say that DBMS defines what will be the structure for information storage and in addition to it facilitates in data manipulation. The common examples of Data Base Management Systems are Microsoft Access, DB2, Oracle, SQL Server etc. There are some common goals while using DBMS.

(1) Security.
(2) Backup and Replication.
(3) Change and Access Logging.
(4) Automated Optimization.
(5) Policy Enforcement.
(6) Query Ability.
(7) Meta Data Repository.
(8) Computation.
There are three most commonly used database models.
(1) Hierarchal.
(2) Network.
(3) Relational.

The above mentioned database models totally depends on the requirement and complexity of organizations data. But generally the most widely accepted database model is the relational database model which uses tables for data storage and the relationship among the data in different tables is also managed through this database model. The size of the database depends on the requirement of the user it could be in Megabytes or Gigabytes or it could be in Terabytes. There are many techniques which are used for data backup and fast access e.g. RAID (Redundant Array of Independent Disks) in which data is replicated on different disks so in case if one of the disk gets corrupted or damaged the data can be accessed from the other disk.
Irfan Rafiq Profile
Irfan Rafiq answered
A database is a collection of interrelated information. This information is saved in a very organized manner. By using this known structure, we can access and
change the information quickly and correctly. In this information era, databases are everywhere. When we go to the library and look up a books on their computer, we are accessing the library's book database. When we go on-line and acquire some product, we are accessing the web merchant's product database. Our bank keeps all our financial records on their database.

When we receive our monthly statement, the bank generates a report from database. When we call to make a doctor appointment, the receptionist looks into their database for available times. When we go to our car dealer for repairs, the technician calls up our past work record on the garage database. At the General store, when the checker scans each product, the price is found in the store's database against that item, where inventory control is also performed.

We can definitely think of many more position that databases enter our life. The general thought is that they are everywhere. And, each database needs some way for a user to interrelate with the information within. Such communication is performed by a database management system (DBMS).
Anonymous Profile
Anonymous answered
DBMS has many objectives some of them are as follows.

  1. DBMS give multiuser access
  2. Give good security to database.
  3. Give full control to Data
  4. gives better hope of porting the code to
    other DBMS products. (good compatibility).
  5. Platform independent.
  6. Support online documentation
  7. Keep and maintain proper backups.

  8. concurrency control.
  9. crash recovery
  10. Complex query support

and so on.
Abadit Ali Profile
Abadit Ali answered
Any programming environment, which is used to create containers for managing human data can be called Database Management System or DBMS. A database is the management of a block of human data.

A Database Management System represents complex relationship between data and keeps a control of data redundancy. A Database Management System shares data across the applications and enforces the data access authorization. A Database Management System has a centralized data dictionary for the storage of information pertaining to data and its manipulation. It implies the data integrity by using the user define rules. A DBMS can be used via different interfaces to manipulate the data. A Database Management System can be used by multiple user are the same time.

All database management systems (e.g. Oracle, SQL server) allow users to create containers for data storage and management. These containers are called cells. The cells has its Name, Length and the Type of data that be inserted in the cell (also called field). Multiple fields grouped in the same plane are called a Record. Several records of similar length, which are placed one below to the other is called a table. A group of tables with related data is called a Database.
Anonymous Profile
Anonymous answered
Easily retrievable.
raj jain Profile
raj jain answered
To manage data in the form of tables.In DBMS you can update/select/delete data or records.
Anonymous Profile
Anonymous answered
A Database represent a set of related to a particulartopic or purpose.A database is a table which is made by intersaction rows and columns .basically database collection of information organised .such away computer program can quikly select desire peace of data .There are two type of data base(1) manualdatabase and(2) computeriezed database.needs of database.every organisation company and institution require well arrange data for any kind of processing and manage .Its information system.database can be used in several base.In mantain record in an organisation and update the knowleage and to know about the surronding of your society and for future useand some data base software are(1)microsoft access (2)microsoft foxpro (3)orical(4)M.S.sql server.
raaga Profile
raaga answered
Database management system is a software system (set of programs) that is used for the management of databases. Now to understand Database management system it is necessary to know about databases.

Database is a data structure used to organize related data. In databases data is stored in such a way that it can be easily accessed and changed easily. Normally a database is a collection of tables. A table itself can also be called as database and Table is a collection of columns and rows. Each row contains some type of information about an entity. Consider the following example:

Record No Name Age Profession
1 Imran 26 Teacher

In the database terminology each row is called a record and each column is called as field.
Databases provide an easy way to store and manipulate data. Data redundancy or duplication can be easily controlled in databases. Database management systems provide different facilities to access and manipulate the data stored in the databases. In the file system several copies of the same data can exist but database management system does not allow this. Another advantage of database system is that it either allows a full transaction or it does not allow it at all. For example, if a person wants to withdraw some money from the bank and then the whole transaction will follow following steps:

1. Give money to the account holder
2. Subtract that amount from his account.
Now if there is some case that after that first step ATM machine fails then there is a chance of inconsistency but DBMS controls this situation in such a way that the whole transaction is aborted.
Anonymous Profile
Anonymous answered

We tend to think of a database as information stored on a computer that
we can access and alter, but the database is just information.
It’s a bit like a filing cabinet full of files in an office. Without
procedures in place, we wouldn’t know where to put the files in order to
retrieve them when we wanted them again. Without the forms, each file
would be a random collection of information, and even when we found it
we wouldn’t be able to make sense of it, or compare it to other files
easily.

Answer Question

Anonymous