Presentation is loading. Please wait.

Presentation is loading. Please wait.

Databases and Information Management

Similar presentations


Presentation on theme: "Databases and Information Management"— Presentation transcript:

1 Databases and Information Management
Chapter 6 Databases and Information Management

2 File Organization Terms & Concepts
File: Group of records of same type i.e. entity Entity: Person, place, thing on which we store information. Example: Course, Student Attribute: Each characteristic, or quality describing entity E.g., Attributes “Student_ID, Grade” belong to entity “COURSE” Field: Group of characters as word(s) or number e.g. a person’s name, age Record: Group of related fields Database: Group of related files

3 Database & Database Management Systems (DBMS)
Database technology helps to eliminate many of the problems of the data duplication Serves many applications by centralizing data and controlling redundant data Database management system (DBMS) A DBMS is a software that allows an organization to centralize data, manage them efficiently, and provide access to the stored data by application programs Acts as an interface among applications and data files

4 Human Resources Database With Different Views
A single human resources database provides many different views of data, depending on the information requirements of the user. Illustrated here are two possible views, one of interest to a benefits specialist and one of interest to a member of the company’s payroll department. FIGURE 6-3

5 Relational DBMS Relational DBMS
Represent data as two-dimensional tables called relations or files Relationships are established among related tables Each table contains data on entity and attributes Table: grid of columns and rows Rows: Records for different entities Fields (columns): Represents attribute for entity Key field: Field used to uniquely identify each record Primary key: Field in table used for key fields Foreign key: Primary key used in second table as look-up field to identify records from original table

6 Relational Database Table
A relational database organizes data in the form of two-dimensional tables. Illustrated here are tables for the entities SUPPLIER and PART showing how they represent each entity and its attributes. Supplier Number is a primary key for the SUPPLIER table and a foreign key for the PART table. FIGURE 6-4

7 Relational Database Table
A relational database organizes data in the form of two-dimensional tables. Illustrated here are tables for the entities SUPPLIER and PART showing how they represent each entity and its attributes. Supplier Number is a primary key for the SUPPLIER table and a foreign key for the PART table. FIGURE 6-4 (cont.)

8 Three Basic Operations of Relational DBMS
The select, join, and project operations enable data from two different tables to be combined and only selected attributes to be displayed. FIGURE 6-5

9 Capabilities of DBMS Data definition capability: Specifies structure of database content, used to create tables and define characteristics of fields Data dictionary: Automated or manual file storing definitions of data elements and their characteristics Data manipulation language: Used to add, change, delete, retrieve data from database Structured Query Language (SQL) Microsoft Access user tools to generate SQL Many DBMS have report generation capabilities for creating polished reports (Crystal Reports)

10 Data Dictionary MICROSOFT ACCESS DATA DICTIONARY FEATURES
Microsoft Access has a rudimentary data dictionary capability that displays information about the size, format, and other characteristics of each field in a database. Displayed here is the information maintained in the SUPPLIER table. The small key icon to the left of Supplier Number indicates that it is a key field. FIGURE 6-6

11 Querying EXAMPLE OF AN SQL QUERY
FIGURE 6-7 Illustrated here are the SQL statements for a query to select suppliers for parts 137 or They produce a list with the same results as Figure 6-5.

12 Querying AN ACCESS QUERY
Illustrated here is how the query in Figure 6-7 would be constructed using Microsoft Access query building tools. It shows the tables, fields, and selection criteria used for the query. FIGURE 6-8

13 Designing Database To design a database you must understand the relationships among data and tables, the type of data in tables, The design process identifies relationships among data elements (fields)/tables and the most efficient way of grouping fields in specific tables The design process also identifies redundant data elements To group data elements in small and related tables, normalization process is done Referential integrity: Referential integrity is a property of data which, when satisfied, requires every value of one column of a table to exist as a value of another column in a different table

14 Normalization Normalization AN UNNORMALIZED RELATION FOR ORDER
NORMALIZED TABLES CREATED FROM ORDER

15 Entity-Relationship Diagram AN ENTITY-RELATIONSHIP DIAGRAM
Entity-relationship diagram (ERD) Used by database designers to document the data model Illustrates relationships between entities AN ENTITY-RELATIONSHIP DIAGRAM This diagram shows the relationships between the entities SUPPLIER, PART, LINE_ITEM, and ORDER that might be used to model the database in Figure 6-10.


Download ppt "Databases and Information Management"

Similar presentations


Ads by Google