Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Database Management Systems (DBMS): Concepts, Advantages, and Disadvantages, Summaries of Database Management Systems (DBMS)

database management system unit one notes

Typology: Summaries

2023/2024

Uploaded on 01/03/2024

sobran-rajak
sobran-rajak 🇮🇳

1 document

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
INTRODUCTION
Database system, plays a vital role in organising data about a particular enterprise. Consider an
example of a company which stores data about following :
Employees ( employee number ,name, address ,salary)
Department( department number, department name ,location )
project (project name, project number, location)
Therefore, a system is needed which can effectively organise the data, organise the data
and also use it to analyse and guide operations of the company.
CONCEPT OF DATABASE MANAGEMENT SYSTEM:
database management system consist two components first database.
1. DATABASE -It’s a collection of data
2. SYSTEM or set of programs which are used to access and manage the database. DBMS
organize the information ,maintain and retrieve it effectively as and when required.
CONCEPT OF DATA:
data are facts or undoubted information used for different computational or calculations. For
example, the facts related to an employee like employee number, name, salary, designation etc.
INFORMATION
Now what is information when these data are retrieved or processed to find answers of questions like
what is employee number of employee whose salary is more than 10,000? THEN IT BECOME
INFORMATION. THUS INFORMATION IS A PROCESSED FORM OF DATA.
FULL DEFINATION OF DBMS
A dat abas e, is a collection of interrelated data which represents some aspects of real world. Database has
some inherent meaning and is related to a particular group of users or applications.
For example - database of a college , May contain data about students, faculties, courses etC. which are
related to each other with certain relations like -faculty teachs students, students are enrolled in courses
etc.
The primary objective of a DBMS is to provide an environment that is convenient and efficient to
use ,in retrieving information from and storing information into the database.
DBMS ALLOWS USERS TO THE FOLLOWING TASKS:
1. DATA DEFINITION : It is used for creation, modification, and removal of database objects that
defines the organization of data in the database.
2. DATA UPDATION : It is used for the insertion, modification, and deletion of the actual data in the
database.
3. DATA RETRIEVAL : It is used to retrieve the data from the database which can be used by
applications for various purposes.
4. USER ADMINISTRATION : It is used for registering and monitoring users,maintaining data
integrity, enforcing data security, dealing with concurrency control, monitoring performance and
recovering information corrupted by unexpected failure.
5. For avoiding data redundancy and inconsistency
pf3

Partial preview of the text

Download Database Management Systems (DBMS): Concepts, Advantages, and Disadvantages and more Summaries Database Management Systems (DBMS) in PDF only on Docsity!

INTRODUCTION Database system, plays a vital role in organising data about a particular enterprise. Consider an example of a company which stores data about following : Employees ( employee number ,name, address ,salary) Department( department number, department name ,location ) project (project name, project number, location) Therefore, a system is needed which can effectively organise the data, organise the data and also use it to analyse and guide operations of the company. CONCEPT OF DATABASE MANAGEMENT SYSTEM: database management system consist two components first database.

  1. DATABASE - It’s a collection of data
  2. SYSTEM or set of programs which are used to access and manage the database. DBMS organize the information ,maintain and retrieve it effectively as and when required. CONCEPT OF DATA: data are facts or undoubted information used for different computational or calculations. For example, the facts related to an employee like employee number, name, salary, designation etc. INFORMATION Now what is information when these data are retrieved or processed to find answers of questions like what is employee number of employee whose salary is more than 10,000? THEN IT BECOME INFORMATION. THUS INFORMATION IS A PROCESSED FORM OF DATA. FULL DEFINATION OF DBMS A database, is a collection of interrelated data which represents some aspects of real world. Database has some inherent meaning and is related to a particular group of users or applications. For example - database of a college , May contain data about students, faculties, courses etC. which are related to each other with certain relations like - faculty teachs students, students are enrolled in courses etc. The primary objective of a DBMS is to provide an environment that is convenient and efficient to use ,in retrieving information from and storing information into the database. DBMS ALLOWS USERS TO THE FOLLOWING TASKS:
  3. DATA DEFINITION : It is used for creation, modification, and removal of database objects that defines the organization of data in the database.
  4. DATA UPDATION : It is used for the insertion, modification, and deletion of the actual data in the database.
  5. DATA RETRIEVAL : It is used to retrieve the data from the database which can be used by applications for various purposes.
  6. USER ADMINISTRATION : It is used for registering and monitoring users,maintaining data integrity, enforcing data security, dealing with concurrency control, monitoring performance and recovering information corrupted by unexpected failure.
  7. For avoiding data redundancy and inconsistency

DATA REDUNDANCY

Some data elements like name, address, identification code are used in various applications. It is stored in multiple data files. There is a repetition of data files. This is referred to as data REDUNDANCY. DATA INCONSISTENCY For example, consider an employee management system , if address of an Employee which is stored at two places and is updated at only one place Then the system will give conflicting information and it becomes inconsistent data. FILE SYSTEM V/S DBMS File system stores data in The form of records and data which are files managed by operating system and uses application program to extract information from the file. A major advantage the database approach has over the conventional approach is that a database system provides centralised control of data. ADVANTAGES OF DBMS : 1.Database redundancy : It controls data redundancy because it stores all the data in one single database file and that recorded data is placed in the database.

  1. Data sharing : In DBMS, the authorized users of an organization can share the data among multiple users.