OrgPad logo

BTM Reviews

Created by Arlene Weng

BTM Reviews

challenges in business analysis

evolution of business analysis

valuable skills for business analysis

what is business analysis?

business analysis activities

BTM Lecture Notes

business analysis

business analysis tools and techniques

What is an information system?

IT refers to:    (represent raw technology)

A system is: a group of components that interact to achieve some purpose.

An information system (IS) is: a group of components that interact to produce information.

Picture1

What is data?

Database management system (DBMS)

Database Design

Business Technologies

What is database?

databases centralize storage and retrieval of data

benefits of databases

what does a DBMS do?

3 main functions:

  1. create the db and its structures
    1. tables and relationships
    2. documents the structure in a data dictionary
  2. process the db
    1. create, read, update, or delete data
    2. uses structured query language (SQL)
  3. provide tools to administer the db
    1. create/remove users, backup, restore

Entity relationship diagram (ERD)

Levels of data modelling

What is data modelling?

What is online analytic processing (OLAP)?

What is online transaction processing (OLTP)?

Transaction processing

OLTP

data dictionary (DB assignment)

Benefits of business analytics

Physical data model

Data modelling term

Data modelling steps

  1. identify all entities (conceptual)
  2. identify primay keys (logical)
  3. identify all relationsjips using foreign keys (logical)
  4. resolve any many to many relationships (logical)
  5. determine entity volumes (logical)
  6. identify attributes (logical)
  7. implement data model (physical)

Logical Data model

Conceptual data model

1. identifying entities

3 properties that can be used to help identity entities

  1. an entity represents a collection or set of  "things"
    1. a set might tangible or abstract - e.g. students, orders, opportunities, products, etc.
  2. an entity usually represent collections or set of  "things" that are of interest to the organization
    1. an organization have demonstrated willingness to spend time and money tracking the entire set and each individual memebers of the set of "things"
  3. each entity must have a unique name
    1. e.g. customer, employee, student, course, section, album, genre, country, province, etc.

2. Primary keys (PK)

Composite PK

3. identify relationship using FK

Relationships

self-referencing relationships

6. attribute (facts)