test1 (1)
test1 (1)
1.1 INTRODUCTION
Database management system is a collection of interrelated data
and a set of programs to access those data.
A collection of data is usually referred to as the database which
contains the information.
1
time market data to enable on-line trading by customers and
automated.
Sales:-
For customer, product and purchase information.
2
On-line retailers:-
For sales data noted above plus on-line order tracking,
generation of
recommendation lists , and maintenance of on-line product
evaluations.
Manufacturing:-
For management of the supply chain for tracking production of
items in
factories, inventories of items in warehouses, stores and orders for
items.
Human resources:-
For information about employees, salaries, payroll taxes,
benefits, and for generation of paychecks.
2
The overall performance of the system is improved and a faster
response time is possible, many systems allow multiple users to
update data simultaneously. The DBMS protects users from the
effects of system failures
3
Reduced application development time:-
The DBMS supports many important functions that are common
to applications accessing data stored in the DBMS.
1.4 VIEW OF DATA
The overview of data used to explain how to organize information in
a DBMS and to maintain it and retrieve it effectively. That is , it is used to
explain how to design a database and use a DBMS effectively.
Database Design:-
It is used to describe a real world enterprise in terms of the
data stored in DBMS.
It explains about factor to be considered while the time of
data organization.
Data analysis:-
It describes about the of query to the user and it helps them
to answer.
Concurrency and Robustness:-
It describes the concurrency that is how DBMS allow many
users to access data concurrently. Also provides guidelines how
DBMS protects the data in the event of system failures.
Efficiency and Scalability:-
4
5