Post |
|
324: Review I for Database Management
Posted on 9/16/2025) by Liping Liu
(324: Review I for Database Management) Concepts:
Databases
DBMS
Logical Data Models
Hierarchical Models
Network Models
Relational Models
Primary key
Foreign Key
Referential Integrity Rules
Entities
Relationships
Mapping Cardinality
Optionality
Attributes
Composite Attributes
Multi-valued Attributes
Relations
Relational Models
Recursive Relationships
Weak Entities
Super and Sub Entities
Gerund
SQL
Constraints
Oracle Meta Tables
Oracle Data Types
Skills and Techniques:
Conceptual Data Modeling (Entity-Relationship Diagramming) from the understanding of business objects and their relationships or from forms, reports, tables, and other data carrier to understand data requirements... more >>
|
|
641 Week 4 Outline
Posted on 9/15/2025) by Liping Liu
(641 Week 4 Outline) Review of Forward Engineering Rules
Where do you create foreign keys for 1:m relationships? Are FK values required?
Where do you create foreign keys for m:m relationships? Are FK values required?
Where do you create foreign keys for 1:1 relationships? Are FK values required?
How do you transform weak entities and associative entities?
Lecture 1: Grammatical Analysis for Business Data Modeling: nouns for objects or attributes and verbs for relationships
Modeling Exercise 1: Insure-A-Person Inc... more >>
|
|
324 Week 4 Outline
Posted on 9/15/2025) by Liping Liu
(324 Week 4 Outline) Review Questions:
How to handle multi-valued attributes
How to handle data on relationships
ERD ==> Relational Model Rules (L1:m, 1:1, m:m)
Course and Sections (why splits), Course and Prerequisites (Two entities or one?), Grade (where to store it), minimum grade required for prerequisites
Lecture 1: Advanced Data Modeling (Continue)
4) What about entities that are different but similar? (Chapter 3 of LIU)
Super and sub type entities: How to handle different types of entities that have many attributes in common, e... more >>
|
|
324 Week 3 Outline
Posted on 9/7/2025) by Liping Liu
(324 Week 3 Outline) Review on Business Data Modeling:
How do you handle composite attributes?
Verb describing relationships and Need to Track Related Records
data on actions may be recorded and so to turn action verbs into objects
Customer buys products
Student reserve books
Orders contains products, direct or indirect relationships?
Employees balance inventories, direct or indirect relationships?
Employee manage accounts
Doctors prescribe tests
Professors teach students
Customers wish-list products
Customers rate Products
Professors advise Students
Patrons checkout Books
Lecture 1: Advanced Entities and Relationships
1) What if relationships have data or attributes? (Chapter 3 of LIU)
Associative Entities or Gerunds: where to keep students grades, Where do you store data on whether a payment is late or not? Bank employees may set up or modify accounts... more >>
|
|
641 Week 3 Outline
Posted on 9/7/2025) by Liping Liu
(641 Week 3 Outline) Review: Course and Sections (why splits), Course and Prerequisites (Two entities or one?), Grade (where to store it), minimum grade required for prerequisites
Lecture 1: Forward Engineering: ERD to Relational Model: (Remember these rules, Chapter 6 of LIU)
Each entity set is converted into a table with its attributes as the columns of the table
Depending on the mapping cardinality, you modify the tables to make them related
If the relationship is 1:m or m:1, you put the primary key of the table for one-side entity set into the table for the many-side entity set
If the relationship is m:m, you build a junction table which has the primary keys of both entity sets as columns
If the relationship is 1:1, you can put the primary key of one entity set into the table for another entity set... more >>
|
|
324 Week 2 Outline
Posted on 9/3/2025) by Liping Liu
(324 Week 2 Outline) Review:
Homework Question to Review
Database Concepts:
A record is an array of observations on one entity: Entity (ERD) <—> Record (RM)
Attributes are properties or dimensions of entities (business objects) to be observed, but attributes must be relevant, singled valued, and non-foreign... more >>
|
|
Reading: The Rise of the Relational Model
Posted on 8/13/2025) by Liping Liu
(Reading: The Rise of the Relational Model) The Rise of Relational Databases by National Science Foundation
Large-scale computer applications require rapid access to large amounts of data. A computerized checkout system in a supermarket must track the entire product line of the market... more >>
|
|
Syllabus for ISM 602: Programming for Data Analytics
Posted on 8/13/2025) by Liping Liu
(Syllabus for ISM 602: Programming for Data Analytics) Instructor: Dr. Liping Liu, College of Business Administration Building 360, 330-972-5947, liping@uakron.edu
Text Books:
Tilman M. Davies, The Book of R: A First Course in Programming and Statistics, No Starch Press, 2016... more >>
|
|
641 Week 2 Outline
Posted on 8/13/2025) by Liping Liu
(641 Week 2 Outline)
Review:
Homework Question to Review
Database Concepts:
A record is an array of observations on one entity: Entity (ERD) <—> Record (RM)
Attributes are properties or dimensions of entities (business objects) to be observed, but attributes must be relevant, singled valued, and non-foreign... more >>
|
|
641 Week 1 Outline
Posted on 8/13/2025) by Liping Liu
(641 Week 1 Outline) Concept of Database:
Database is a set of records well organized using a particular logical data model
Records: A records is an array of observed characteristics (or attributes) on one object (entity)
Well Organized: 1) related records are connected; 2) no unnecessary redundancy
Logical Data Models: Hierarchical, Network, Relational
Database Development Process
Data Modeling: Entity, Attribute, relationships
Database Implementation: DBMS
CASE Tool: Oracle Data Modeler
Terminology Confusion: logical model = conceptual model, relational model = logical model
How to draw entities, create attributes, and refine relationships using Oracle Data Modeler
Data Modeling: Identify Objects, Attributes, and Relationships
Identify Objects: (1) objects can be tangible such as a customer or intangible such as an account or meeting; (2) objects must be observable at an instant in time; (3) objects must have multiple attributes (or dimensions) to be observed... more >>
|
|
324 Week 1 Outline
Posted on 8/13/2025) by Liping Liu
(324 Week 1 Outline) Concept of Database:
Data, Information, and Knowledge
Database is a set of records well organized using a particular logical data model
Records: A records is an array of observed characteristics (or attributes) on one object (entity)
Well Organized: 1) related records are connected; 2) no unnecessary redundancy
Logical Data Models: Hierarchical, Network, Relational
Database Development Process
Data Modeling: Entity, Attribute, relationships
Database Implementation: DBMS
Data Modeling (Bank Example: Customers, Accounts, and Transactions): Identify Objects, Attributes, and Relationships
Identify Objects (entities): (1) objects can be tangible such as a customer or intangible such as an account or meeting; (2) objects must be observable at an instant in time; (3) objects must have multiple attributes (or dimensions) to be observed... more >>
|
|
Syllabus for ISM 641: Database Management
Posted on 8/13/2025) by Liping Liu
(Syllabus for ISM 641: Database Management) Instructor: Dr. Liping Liu, College of Business Administration Building 360, 330-972-5947, liping@uakron.edu
Textbooks:
Thomas M. Connolly and Carolyn E... more >>
|
|
Syllabus for ISM 324: Data Management
Posted on 8/13/2025) by Liping Liu
(Syllabus for ISM 324: Data Management) Instructor: Dr. Liping Liu, 360 CBA Building, +5947, liping@uakron.edu
Credits: 3 hours
Text Books:
John L. Viescas. SQL Queries for Mere Mortals, 4th Edition, Addison-Wesley Professional, 2018... more >>
|
|
Get Started with Database Management
Posted on 8/13/2025) by Liping Liu
(Get Started with Database Management) Welcome to the Data Management course! Due to its hands-on nature, this course will be be delivered in in-person mode with occasional online access.
Here is a list of necessities you need to complete before your first class:
1) UA Zip ID, via which you can access campus resources such as downloading licensed software (e... more >>
|
|
Get Started with Application Development
Posted on 8/13/2025) by Liping Liu
(Get Started with Application Development) Welcome to the all-new world of Computer Programming and Applications Development.
To get started, here is a list of basic necessities:
UA Zip ID, via which you can access campus resources such as downloading licensed software (e... more >>
|
|
Syllabus for ISM 315: Applications Development
Posted on 8/13/2025) by Liping Liu
(Syllabus for ISM 315: Applications Development)
Instructor: Dr. Liping Liu, CBA 360, 972-5947
Time and Location: 1:00 – 3:15 PM on Mondays and Wednesdays, August 25 – December 7, 2025... more >>
|
|
324 Week 2 (Labor Day Week) Outline
Posted on 8/13/2025) by Liping Liu
(324 Week 2 (Labor Day Week) Outline)
Review:
Homework Question to Review
Database Concepts:
A record is an array of observations on one entity: Entity (ERD) <—> Record (RM)
Attributes are properties or dimensions of entities (business objects) to be observed, but attributes must be relevant, singled valued, and non-foreign... more >>
|
|
Get Started with R Programming for Data Analytics
Posted on 8/13/2025) by Liping Liu
(Get Started with R Programming for Data Analytics) Welcome to Data Analytics with R! Due to its hands-on nature, this course will be delivered in in-person mode with occasional online lessons.
To get started, here is a list of basic necessities:
1) UA Zip ID, via which you can access campus resources such as downloading licensed software (e... more >>
|
Post |