Lecture 6 DBMS Advantages
Lecture 6 DBMS Advantages
• REFERENCE BOOKS
• C.J.Date, “An Introduction to Database Systems”, Addison Wesley
• Rob,” Database Principal Fundamental Design, Cengage Learning
1
8/24/2022
9 10
11 12
2
8/24/2022
• In DBMS, data can be shared by authorized users of the organization. • Similarly, the data of same database can be shared between different
application programs.
• Many users can be authorized to access the same set of information
simultaneously.
13 14
• In DBMS, data in database is stored in tables. • Integrity constraints or consistency rules can be applied to database
so that the correct data can be entered into database.
• A single database contains multiple tables and relationships can be
created between tables. • The constraints may be applied to data item within a single record or
they may be applied to relationships between records.
• This makes it easy to retrieve and update data.
15 16
17 18
3
8/24/2022
19 20
23 24
4
8/24/2022
• The separation of data structure of database from the application • You can easily change the structure of database without modifying
program that is used to access data from database is called data the application program.
independence.
• For example you can modify the size or data type of a data items
• In DBMS, database and application programs are separated from each (fields of a database table).
other.
25 26
27 28
5
8/24/2022
31 32
THANK YOU
For queries
Email: [email protected]
33