Top Banner
WELCOME Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW
18
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

WELCOME

Page 2: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

Page 3: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

Page 4: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

Introduction To Database

• Data

• Information

• Knowledge

Page 5: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

Need for Information

• Addition Knowledge

•Decision making

• Can apply in different levels

• Increase in Productivity

Page 6: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

DATABASE

• Inter related data with controlled redundancy

• used by different people

• Independent

Page 7: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

Why Database ????(advantages over traditional file systems)

1. Centralized control2. Redundancy can be reduced3. Inconsistency can be avoided4. Data can be shared5. Standard can be enforced6. Security restriction can be applied7. Integrity can be maintained8. Conflicting requirements can be balanced

Page 8: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

1. Centralized control:

Page 9: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

2. Redundancy can be reduced:

Note: Sometimes redundancy is allowed (Because of some technical & business reasons we need to store multiple data )

Page 10: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

3. Inconsistency can be avoided

4. Data Can be shared

5. Standard can be enforced6. Security restriction can be applied7. Integrity can be maintained

Page 11: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

8. Conflicting requirement can be balanced

Page 12: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

CHARACTERISTICS OF DATA IN DATABASE

•Shared•Persistence : It means the data exist permanently ,beyond the scope of the process•Validity/Integrity/Correctness•Security•Consistency•Non- redundancy•Independence : ( we will discuss it later)

Page 13: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

TYPES OF DATABASE

Centralized

Distributed

Page 14: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

DATA BASE MANAGEMENT SYSTEM

•It is a collection of programs that enables you to store ,modify data and extract information from a database. •It varies from small to large•It is a piece of software that provides services for accessing a database

Page 15: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

COMPONENTS OF DBMS

Page 16: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

•Transaction Management

•Concurrency Control

Data Item

Page 17: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

•Recovery Management• Return to a consistent state

•Security Management• Protection against unauthorized access• Different privileges

•Language Interface• Data structure creation : DDL• Manipulation of data : DML

•Storage Management• Permanent storage

Page 18: Slide 1 introduction to dbms

Prepared by Visakh V, Assistant Professor,Dept. of CSE, LBSITW

•Data Catalog Management• Also known as data dictionary• contains metadata• Helpful to know the structure