Database Technology- ITM

25
DATABASE TECHNOLOGY 1

Transcript of Database Technology- ITM

Page 1: Database Technology- ITM

1

DATABASE TECHNOLOGY

Page 2: Database Technology- ITM

2

WHAT IS DATABASE TECHNOLOGY?

The essential feature of database technology is that it provides an INTERNAL Representation (model) of the EXTERNAL world of Interest.

The TECHNOLOGY involved is concerned primarily with maintaining the internal representation consistent with external reality; this involves the results of extensive R&D over the past 30 years.

Page 3: Database Technology- ITM

3

DATABASE

Definition: A database is a collection of

records or Data that is stored in a computer system. The structure of a database is dependent on how the data is organized, according to a particular database model. Today we commonly use a relational database model. Other models include a hierarchical model and the network model.

Page 4: Database Technology- ITM

4

SIMPLE APPROACHES TO DATA MANAGEMENT

There are several ways to manage dataSoftware packages.Personal information managers.Handheld devices.Home budget software.

Database approach Increased flexibility in the use of

dataRequires a database management

system (DBMS)

Page 5: Database Technology- ITM

5

THE DATABASE APPROACH TODATA MANAGEMENT

Page 6: Database Technology- ITM

6

DATABASE DESIGN Field design

Numeric field Alphanumeric Date Logical piece of data

Computed field Record and table design Record Table

In any database, you must Identify the exact fields for each record Identify the types of records for each table

Page 7: Database Technology- ITM

7

DATABASE DESIGN

Page 8: Database Technology- ITM

8

CREATING AND MODIFYING A DATABASE

Typical uses of a data dictionaryProvide a standard definition of terms and data

elements that can be referenced by programmers, database administrators, and users to maintain data integrity.

Simplify database modification.

The data dictionary helps achieve the advantages of the database approach by• Reducing data redundancy. Increasing security.

Page 9: Database Technology- ITM

9

CREATING AND MODIFYING A DATABASE

Page 10: Database Technology- ITM

10

UPDATING A DATABASE

Databases are updated by adding, modifying, or deleting recordsEssential to maintain data accuracy and integrityFront-end applications can be used to enter changes

which are then transferred to the database

Page 11: Database Technology- ITM

11

UPDATING A DATABASE

Page 12: Database Technology- ITM

12

MANIPULATING DATA AND GENERATING REPORTS

Data manipulation language (DML)

Query by example (QBE)

Structured Query Language (SQL)

Page 13: Database Technology- ITM

13

MANIPULATING DATA AND GENERATING REPORTS

Page 14: Database Technology- ITM

14

DATABASE BACKUP AND RECOVERY

Database backup

Database recovery

Redundant array of independent disks (RAID)

Storage area network (SAN)

Page 15: Database Technology- ITM

15

USING DATABASE SYSTEMS IN ORGANIZATIONS

Organizations need to process routine transactions

Routine processing activities Pay employees. Send out bills to maintain a healthy cash

flow. Send out a monthly newsletter Pay suppliers for parts and raw

materials.

Information and decision support Valuable tool to support decision making.

Page 16: Database Technology- ITM

16

DATA WAREHOUSES, DATA MARTS,AND DATA MINING

Data warehouse

Data mart

Data mining

Business intelligence

Page 17: Database Technology- ITM

17

DATA WAREHOUSES, DATA MARTS,AND DATA MINING

Page 18: Database Technology- ITM

18

TRENDS – DISTRIBUTED DATABASES

Distributed database• Also called a virtualized databaseActual data may be spread across several databases at

different locations, allow more users direct access at different user sites

Replicated databaseDatabase that holds a duplicate set of frequently used

data

Page 19: Database Technology- ITM

19

TRENDS – DISTRIBUTED DATABASES

Page 20: Database Technology- ITM

20

DATABASE SYSTEMS, THE INTERNET,AND NETWORKS

Databases are typically used to organize and deliver Web data and information.

Internet access to databases allows collaboration. Security is a concern

According to the text, some security experts believe that up to 40 percent of Web sites that connect to corporate databases are susceptible to letting hackers take complete control of the database.

Page 21: Database Technology- ITM

21

DATABASE SYSTEMS, THE INTERNET,AND NETWORKS

Page 22: Database Technology- ITM

22

VISUAL, AUDIO, UNSTRUCTURED,AND OTHER DATABASE SYSTEMS

Organizations are finding needs to store visual and audio data.Music companies

Drug companies.

Law enforcement.

Unstructured database.

Page 23: Database Technology- ITM

23

VISUAL, AUDIO, UNSTRUCTURED,AND OTHER DATABASE SYSTEMS

Page 24: Database Technology- ITM

24

CONCLUSION

The future will call for efficient handling of objects and sophisticated Web serving. 

Simple Web serving is a feature of most systems and should not pose problems - Object storage will be interesting to watch - especially as the demand ramps up for libraries to store and deliver more and more images, digitised texts, and video etc.

Page 25: Database Technology- ITM

25