ACF5904 AIS Tutorial 4.

Slides:



Advertisements
Similar presentations
Organisation Of Data (1) Database Theory
Advertisements

Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Keys, Referential Integrity and PHP One to Many on the Web.
Tutorial 3 Queries and Table Relationships
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational Databases.
ACCESS PART 2. Objectives Database Tables Table Parts Key Field Query and Reports Import from Excel Link to Excel.
System Analysis - Data Modeling
Mark Dixon Page 1 02 – Queries: Query by Example.
MS ACCESS 101 ACCESS vs. EXCEL - Concepts ACCESS Components 1.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 1. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office.
1 Microsoft Access 2002 Tutorial 3 – Querying a Database.
Data-mining & Data As we used Excel that has capability to analyze data to find important information, the data-mining helps us to extract information.
Microsoft Access 2003 Define some key Access terminology: Field – A single characteristic or attribute of a person, place, object, event, or idea. Record.
CSS/417 Introduction to Database Management Systems Workshop 2.
Database Application Design n Characteristics of Database Applications n Form Design n Report Design n Application Program Design.
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
5 Aug Microsoft Access 2010 Relational databases’ program Part of the Microsoft Office package Administer relational database Update database through.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
CIS 210 Systems Analysis and Development Week 6 Part II Designing Databases,
1 Database Systems Introduction to Microsoft Access Part 2.
1 The Information School of the University of Washington Dec 1fit advdatabases © 2006 University of Washington Advanced Database Concepts INFO/CSE.
Access Chapter 5-Table Tricks, Advanced Queries and Custom Forms.
DAY 21: MICROSOFT ACCESS – CHAPTER 5 MICROSOFT ACCESS – CHAPTER 6 MICROSOFT ACCESS – CHAPTER 7 Aliya Farheen October 29,2015.
Microsoft Access 2000 Creating Queries, Reports and Web Pages.
USING ACCESS TO SEGMENT SURVEY DATA. OPEN ACCESS You May Need to Search for the Program You May Need to Search for the Program Access is a Database Access.
Chapter 3: Relational Databases
Relational Databases Today we will look at: Different ways of searching a database Creating queries Aggregate Queries More complex queries involving different.
Tutorial 1 Creating a Database
Business System Development
Tables & Relationships
Tutorial 5 Using System Modelling Methods to model the process & data requirements of ERP Function: Purchase & Sales.
Tutorial 3 Data Modelling.
VB 2010 Pertemuan 10.
MS Access Forms, Queries, Reports Matt Martin
Miscellaneous Excel Combining Excel and Access.
3.5 Databases Relationships.
Access Tutorial 1 Creating a Database
Access Tutorial 3 Maintaining and Querying a Database
Objectives Query for top values Create a parameter query
THIS IS TO EVIDENCE YOUR WORK AND GET THE BEST GRADE POSSIBLE
Relational Databases.
Cameron Blashka| Informer Implementation Specialist
Access Creating a Database
Microsoft Office Illustrated Fundamentals
Introduction to MS Access: creating tables, keys, and relationships
Access Creating a Database
Microsoft Access Illustrated
Access Busn 216.
Tutorial 8 Objectives Continue presenting methods to import data into Access, export data from Access, link applications with data stored in Access, and.
Databases and Information Management
What is a Database and Why Use One?
Microsoft Office Access 2003
Database Queries.
Access Tutorial 1 Creating a Database
MANAGING DATA RESOURCES
Using Access to Implement a Relational Database
Database.
Tutorial 3 – Querying a Database
Microsoft Office Access 2003
Access Tutorial 1 Creating a Database
Databases and Information Management
Advanced Database Concepts: Reports & Views
Access Tutorial 1 Creating a Database
The ultimate in data organization
Building Queries using the Principle of Simplest Query (POSQ)
Access Tutorial 1 Creating a Database
Databases and Information Management
Information system analysis and design
Presentation transcript:

ACF5904 AIS Tutorial 4

What we learnt so far in terms of system thinking skills development? Translate to BPMN language BPMN Models Given Case Study Texts Translate to Logical Data Model Using UML UML Data Models Translate to Physical Data Model Using MS Access ER Language MS Access ER Data Models Populate the MS Access Data Base with imported Excel tables MS Access Database Using MS Access Query Language to extract reports from the database MS Access Query Results

MS Access Query Language https://www.techopedia.com/definition/3948/query-language

2 ways of constructing MS Access Queries Using the Query Language itself Using the Query Wizard which guides you to construct short phrases to complete a query statement. Did you review https://www.gcflearnfree.org/access2016/designing-a-simple-query/1/ ?

More Complex Query Constructs Construct Query Statement Query Results They are also data files or tables Combine with other Query Results or MS Access Database Tables Complex Query Results

Query Wizard Prompts: What do they mean? Table Views: Select the data files/tables you intend to use to develop the query statement. The data files can also be saved queries, not just database tables Field : Ask you which fields (column by column) you want to include in data manipulation Table : where each stated fields are sourced from Sort – which stated field you want to sort Show – which stated field you want to display Criteria – what data manipulation / calculation actions you want to apply on the stated fields Or – any alternative actions you want to include in data manipulation/calculation

Last Week Lecture More process modelling techniques BPMN – more new notations – sub-processes, error events DFD process modelling language and its notations, levels of process modelling – context, logical & physical levels ERP Sales Processes via the Sunset case study

The Concept of Linking Tables Logical Data Model in UML Phyical Data Model in MS Access Foster Parent 0..* Cares 0..* Orphan Child Foster Parent Orphan Child 1..1 1..1 Linking Table Cares Foster-Cared Orphan Child One foster parent cares for 0..* children One child is cared by 0..* foster parent 0..* 0..* Physical Database Systems cannot handle many-to-many relationships and need the construct of “linking tables” to integrate this many-to-many relationships In other words, MS Access would implement the above physical data model, to reflect what is specified/required by the UML Data Model. In the linking table, the key is make up of 2 foreign keys: Foster Parent ID + Orphan Child ID