DEFINITION
Database is a collection of
interrelated data stored together to
serve multiple applications .
Database Management system is
basically a computer based record
keeping system
03/05/10 ThepowerpointTemplates.com 2
Need for Database
03/05/10 ThepowerpointTemplates.com 3
A D V A N TA G E S
Reduced data redundancy
Controlled data
inconsistency
Shared data
Standardized data
Secured data
Integrated data
03/05/10 ThepowerpointTemplates.com 4
end –user
Person who is not a computer trainee but uses database to retrieve some infor
03/05/10 ThepowerpointTemplates.com 5
ABASE DESIGN VIEW1 VIEW 2
…………... VIEW n
External level
CONCEPTUAL LEVEL
PHYSICAL LEVEL
DATABASE
03/05/10 ThepowerpointTemplates.com 6
Sales officer Purchase officer
View 1 View 2
Item-name Item-name External level
price price (individual user views )
Conceptual level
Item-number character(6)
Item name character(6)
Price numeric (5+2)
Physical level
Stored item length =40
Item # type=Byte(6),offset=0,Index=lx
Name type=Byte(20),offset=6
Price type=Byte(8),offset=0
03/05/10 ThepowerpointTemplates.com 7
03/05/10 ThepowerpointTemplates.com 8