#1:If this PowerPoint presentation contains mathematical equations, you may need to check that your computer has the following installed:
1) MathType Plugin
2) Math Player (free versions available)
3) NVDA Reader (free versions available)
#5:Data storage is considered to be the heart of an information system.
The information obtained from the stored data must be in a form useful for managing, planning, controlling, or decision making.
#6:File system advantages:
can be designed and built rapidly
any concerns about data availability and security can be minimized
File system disadvantages:
often designed only with immediate needs in mind
expensive programming time for file and program development and maintenance
stored data will be redundant
updating files is more time consuming
data integrity is an issue
#7:A database is a central source of data meant to be shared by many users for a variety of applications.
#12:Within the realm of reality are entities and attributes; within the realm of actual data are record occurrences and data item occurrences; within the real of metadata are record definitions and data item definitions.
Long Description:
The image shows reality, data and metadata connected to each other. Within the realm of reality, it shows entities and attributes, both are connected to each other. Within the realm of Data, it shows record occurrences and data item occurrences are connected to each other. Within the realm of metadata, it shows record definitions and data item definitions connected to each other.
#13:Examples:
a salesperson
a city
a product
machine breakdown
a sale
a month or year
#15:Relationships are associations between entities.
Self-join relationship—an entity with a relationship connecting to itself.
#16:Long Description:
An E-R diagram shows relationship and examples of E-R diagrams. The information is depicted as follows.
1, One to One. One product has one product package and is depicted by a solid line with double stroke at each entity end. One Employee is assigned to one office and is depicted by a solid line with double stroke at each entity end.
2, One to Many, or Many to One. One physician treats many patients and is depicted by a solid line with double stroke at physician entity to patient entity with an upwards arrow to bar. Many Employees belong to One Department, as depicted by a solid line with an upward arrow to bar from Employee entity to Department entity with double strokes.
3, Many to Many. Many students take multiple courses, as depicted by a solid line with an upward arrow to bar from both the entities. Many salespersons serve multiple cities, as depicted by a solid line with an upward arrow to bar from both the entities.
#17:Associative entity—used to join two entities.
Attributive entity—used for repeating groups.
Long Description:
The image shows three columns, Symbol, Official Explanation and What it really means. The information depicted as Symbol, Official Explanation, What it really means. A rectangle: Entity: A class of persons, places, or things. A diamond shape inside a rectangle touching all the four sides: Associative entity: Used to join two entities
A circle inside a rectangle touching all the four sides: Attributive entity: Used for repeating groups. A horizontal solid line with double strokes at the right end: To 1 relationship: Exactly one. A horizontal solid line with leftwards arrow to bar at right end: To many relationship: One or more. A horizontal solid line with a circle and bar at the right end: To 0 or 1 relationship: Only zero or one. A horizontal solid line with leftwards arrow to circle: To 0 or more relationship: can be zero, one, or more. A horizontal solid line with leftwards arrow: To more than 1 relationship: Greater than one.
#18:The attributes are listed next to each of the entities, and the key is underlined.
Long Description:
An E R diagram depicts the relationship between various entities and each entity have attributes with a key. The information is depicted as
Attributes with key: relationship. 1, Physician. Physician name (key), Physician address, Physician phone, Specialty: One physician treats many patients. 2, Patient. Patient name (key), Patient address, Patient phone, Date-First-Visit: Many patients are taken care by one physician, many patients subscribes to one Insurance carrier and one patient experiences many treatments. 3, Insurance Carrier. Carrier name (key), Carrier address, Plan description: One Insurance carrier insures many patients. 4, Treatment. Product name (key), Patient name (key), Description, Date, Symptom: Many treatments are given to one patient and many treatments include one prescription. 5, Prescription
Product name (key), Dosage, Manufacturer, Amount: One prescription belongs to many treatments.
#19:Data item is used interchangeably with attribute.
#20:Long Description:
The image shows seven column heads, order number, last name, initial, street address, city, state and credit card depicted as a record. Order number is depicted as key and the other heads are Attributes. All the heads together are record.
#21:A primary key should be minimal and contain no extra attributes than are necessary to identify a record.
#23:Long Description:
Fields are depicted as follows. N: Numeric. A: Alphanumeric. D: Date M M slash D D slash Y Y Y Y. Dollar sign: Currency. M: Memo. The image shows a table with two columns, Data Item and Value. The third column shows length of data item. The information depicted is as follows. (Data Item: Value with length). Salesperson Number: N with length as 5. Salesperson Name: A with length as 20. Company Name: A with length 26. Address: A with length 36. Sales: N with length 9.2. Width: N with length as 2. Height: N with length as 2. Length: N with length as 2. Weight: N with length as 2. Mailing Address: A with length as 36. Return Address: A with length as 36. Product(s): A with length as 4. Description(s): A with length as 30. Quantity Ordered: N with length as 2. Last Name of Customer: A with length as 24. First Initial: A with length as 1. Street Address: A with length as 28. City: A with length as 12. State: A with length as 2. Zip Code: N with length as 9. Credit Card Number: N with length as 10. Date Order Was Placed: D with length as 8 M M slash D D slash Y Y Y Y (special format specified for date field). Amount: dollar sign with length as 7.2 (7.2 means the field takes up 7 digits, two of which are right of the decimal). Status: A with length as 22.
#26:Each record of a Master file generally contains a primary key and several secondary keys.
Examples:
patient records
customer records
a personnel file
a parts inventory.
#28:An analyst today would typically design a relational database.
#29:Long Description:
The image shows that User reports (tabular outputs, Graphs, etc.) leads to User Views or User Schema (User's Description of data needed), which is transformed into Conceptual Schema (Logical design model of the database) and further into Internal schema (Physical design model of the database).
#31:For relational tables to be useful and manageable, the relational tables must first be normalized.
#32:Step 1: remove all repeating groups and identify the primary key—the relation needs to be broken up into two or more relations (1NF)
Step 2: remove partial dependencies—ensures that all nonkey attributes are fully dependent on the primary key. All partial dependencies are removed and placed in another relation.
Step 3: remove any transitive dependencies—one in which nonkey attributes are dependent on other nonkey attributes.
Long Description:
The image shows transformation from un-normalized relationship to third normal form. User Views shows un-normalized relationship.
Step 1: Remove repeating groups. It leads to Normalized relations (1 N F). Step 2: Remove partial dependencies. It leads to Second Normal form relations (2 N F). Step 3: Remove transitive dependencies. It leads to Third Normal form (3 N F).
#33:Although it is possible to draw these relationships with an E-R diagram, it is sometimes easier to use the simpler bubble diagram to model the data.
#34:Long Description:
The image shows a data model diagram depicting data as:
One Salesperson name is associated with one Sales person number and one Sales area could be covered by many Salesperson numbers.
One Salesperson number can be associated with many customer numbers. One Customer number is associated with one Customer name. One Warehouse number is associated with one warehouse location. One Warehouse number and one Warehouse location can service many customer numbers. Sales amount can be determined only by determining the total of Salesperson numbers and customer numbers.
#36:Long Description:
The image shows that Sales report relation is split into Salesperson and Salesperson customer relation. Sales report originally consisted of eight columns, Salesperson number, Salesperson name, Sales area, Customer number, Customer name, Warehouse number, Warehouse location and Sales amount. A new relation, Salesperson is formed with three columns, Salesperson number, Salesperson name and Sales area. Another new relation, Salesperson customer is formed with six columns, Salesperson number, Customer number, Customer name, Warehouse number, Warehouse location and Sales amount.
#38:Long Description:
The image shows the Salesperson customer relation split into Customer warehouse and Sales relation. Salesperson customer originally consisted of six columns, Salesperson number, Customer number, Customer name, Warehouse number, Warehouse location and Sales amount. A new relation, Customer warehouse is formed with four columns, Customer number, Customer name, Warehouse number and Warehouse location. Another new relation, Sales is formed with three columns, Salesperson number, Customer number and Sales amount.
#40:Long Description:
The image shows Customer warehouse relation split into Customer and Warehouse relation. Customer warehouse originally consists of four columns, Customer number, Customer name, Warehouse number and Warehouse location. A new relation between Customer number and Customer is formed with three columns, Customer number, Customer name and Warehouse number. Another new relation, Warehouse is formed with two columns, Warehouse number and Warehouse location.
#41:Long Description:
The E-R diagram shows the relationship between Salesperson, Sales, Customer and Warehouse relations. Salesperson have attributes Salesperson number (key), Salesperson name and Sales area. Sales have attributes Salesperson number (key), Customer number (key) and Sales amount. Customer have attributes as Customer number (key), Customer name and Warehouse number. Warehouse have attributes Warehouse number (key) and Warehouse location. Salesperson and Customer are associated with each other through Sales relation. One salesperson serves many customers. Many customers receive their items from one warehouse.
#55:The first and last steps are mandatory, but the six steps in between are optional, depending on how data are to be used.
#62:Long Description:
The image shows data is maintained internally which is collected from various sources, as follows. External data like customer demographics from municipality. External data like Customer purchase history from credit card. External data like prospects or mailing lists from other companies. Warranty card customer sent in. Information from survey that customer filled out. Customer profile obtained when customer made purchase from the web. An arrow from data maintained internally pointing to a gift pack is labeled, special promotional offer for customer.
#72:Long Description:
The information is as follows. Data lake consists of raw data, large size, and unstructured. A box for Data Lake shows texts, data placed randomly. Data lake supports machine learning, data analytics, and business intelligence. Data warehouse consists of refined data, medium size, and relational. Data warehouse supports data mining and O L A P.