Database & Data Warehouse Assignments BCIS 4660 – Dr. Nick Evangelopoulos Spring 2012.

Slides:



Advertisements
Similar presentations
The Ribbon Standard to all Office 2007 applications Organized by feature and functionality Navigation Pane Access to all objects in the current database.
Advertisements

Microsoft Office 2007 Access Chapter 2 Querying a Database.
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making.
Concepts of Database Management Sixth Edition
Access Tutorial 1 Creating a Database
1 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 1 Introduction to Database Management.
A Guide to SQL, Seventh Edition. Objectives Introduce Premiere Products, a company whose database is used as the basis for many of the examples throughout.
Access Tutorial 4 Creating Forms and Reports
Concepts of Database Management Seventh Edition Chapter 1 Introduction to Database Management.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 1 1 Microsoft Access 2003 Tutorial 1 – Introduction To Microsoft Access 2003.
Microsoft Access – Tutorial 1 if you need to review general Microsoft Office procedures such as: menus toolbars task panes files help printing please go.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Chapter 17: Using Peachtree Complete Accounting 2009 with Microsoft Excel and Word Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved.
An INTRODUCTION to MICROSOFT ACESS 2000 By Dr. Ennis-Cole.
FIRST COURSE Access Tutorial 1 Creating a Database.
Concepts of Database Management Seventh Edition
1 Chapter 1: Finding Your Way Through a Database Exploring Microsoft Office Access 2010.
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
A Guide to SQL, Eighth Edition 1 Chapter One Introduction to Premiere Products, Henry Books, and Alexamara Marina Group.
Chapter 1 Introduction to Premiere Products and Henry Books
Chapter 1 Databases and Database Objects: An Introduction
Concepts of Database Management Eighth Edition
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Microsoft ® Office 2007 PowerPoint Lecture to Accompany.
Microsoft Access – Tutorial 1 if you need to review general Microsoft Office procedures such as: menus toolbars task panes files help printing please go.
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
® Microsoft Access 2010 Tutorial 1 Creating a Database.
Database & Data Warehouse Assignments
Analyzing Data For Effective Decision Making Chapter 3.
XP 1 Microsoft Access 2003 Introduction To Microsoft Access 2003.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Database & Data Warehouse Assignments
A Guide to MySQL. 2 Objectives Introduce Premiere Products, a company whose database is used as the basis for many of the examples throughout the text.
SESSION 3.1 This section covers using the query window in design view to create a query and sorting & filtering data while in a datasheet view. Microsoft.
1 Chapter 1: Finding Your Way Through a Database Exploring Microsoft Office Access 2007.
Microsoft Access 2000 Presentation 1 The Basics of Access.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
® Microsoft Office 2013 Access Creating a Database.
Mr. Keller - MS Office 2 Access 2000 Chapter 1 Mr. Keller.
1 CSE 2337 Introduction to Data Management Textbook: Chapter 1.
Concepts of Database Management Seventh Edition Chapter 1 Introduction to Database Management.
Database & Data Warehouse Assignments BCIS 4660 – Dr. Nick Evangelopoulos Spring 2012.
1 6 Concepts of Database Management, 5 th Edition, Pratt & Adamski Chapter 6 Database Design 2: Design Methodology Spring 2006.
An Introduction to Forms. The Major Steps of a MicroSoft Access Database  Tables  Queries  Forms  Macros  Reports  Modules On our road map, we are.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 2 ® Building Queries.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Database & Data Warehouse Assignments BCIS 4660 – Dr. Nick Evangelopoulos Spring 2012.
Database & Data Warehouse Assignments
A Guide to SQL, Eighth Edition 1 Chapter One Introduction to Premiere Products, Henry Books, and Alexamara Marina Group.
Microsoft Access 2013 ®® Case Study Creating a Database.
A Guide to MySQL.
Tutorial 1 Creating a Database
GO! with Microsoft Office 2016
Access Tutorial 1 Creating a Database
Access Chapter 2 Querying a Database.
GO! with Microsoft Access 2016
Access Creating a Database
Access Creating a Database
Access Maintaining and Querying a Database
Access Tutorial 1 Creating a Database
Case Study Creating a Database
Access Tutorial 1 Creating a Database
Introduction to Database Programs
Chapter 1 Databases and Database Objects: An Introduction
Introduction to Access
Access Tutorial 1 Creating a Database
Introduction to Database Programs
Access Tutorial 1 Creating a Database
A Guide to SQL, Eighth Edition
Presentation transcript:

Database & Data Warehouse Assignments BCIS 4660 – Dr. Nick Evangelopoulos Spring 2012

BCIS 4660 – Spring 2012 Exercise #1 Due: Jan 26 for full credit, Feb 2 for 50% credit Points: 10 points Pratt & Adamski; End of Chapter 1; pp Assignments must have your name on the 1st page. Use ACCESS 2010 to write the appropriate query, form, report or filter to answer even-numbered questions for Premiere Products (2-10) and Henry Books (2-12). Turn-in printouts of the datasheet, filtered- datasheet, or report and the related query (as appropriate), which shows the answer to the query posed. Screen prints may be used, if necessary. NOTE: For this assignment, use of Access is optional. You can just do it manually using Excel.

Objectives Introduce Premiere Products, the company that is used as the basis for many of the examples throughout the text Introduce Henry Books, the company that is used in the case that runs throughout the text

Premiere Products Distributor of appliances, housewares, and sporting goods Uses spreadsheet software to maintain important data Recent growth has made the spreadsheet approach problematic: –Redundancy –Difficulty accessing data –Limited security –Size limitations

Introduction to Henry Books Database Case Book store chain operated by Ray Henry Henry decided to use database to gather and store information on: –Branches –Publishers –Authors –Books

Concepts of Database Management, 7th Edition, Pratt & Adamski Access Relationship Diagram [ERD] Premiere Products Order Transaction Customer Table Product/Part Table SalesRep Table “Intersection” Table M:N 1:M 1:N N:1

Concepts of Database Management, 7th Edition, Pratt & Adamski Using DBMSs in Different Ways Figures 1.8 and 1.9 Database Server: Raw Data Extraction Stored Applications “Apps”

Concepts of Database Management, 7th Edition, Pratt & Adamski Building a Database Database design determines the structure of a database Design entered into DBMS during Construction/Implementation (sequence #) 1.Tables or Relations (Data) –Application Programs (Apps)—e.g., ACCESS 2.Queries or Views (Schema or Subset of Database)!! 3.Forms (Input/Output Data Application) 4.Reports (Report Application) 5.Switchboards (Menu Application)

Concepts of Database Management, 7th Edition, Pratt & Adamski Part and Order Forms Figures 1.10 and 1.11

Concepts of Database Management, 7th Edition, Pratt & Adamski Parts Report Figure 1.12

Problem 1-1 Helpful Hints: Datasheet viewDesign/QBE View Concepts of Database Management, 7th Edition, Pratt & Adamski 1.1 List the names of all customers that have a credit limit less than $10,000.

Concepts of Database Management, 7th Edition, Pratt & Adamski Exercises #1 Due: Sep 6 (Tu) Points: 10 points Pratt & Adamski; End of Chapter 1; pp YOU MUST USE 2010 ACCESS TO COMPLETE EXERCISE Assignments must have cover sheet below. Use ACCESS to write the appropriate query, form, report or filter to answer ALL even-numbered questions for Premiere Products and Henry Books. Turn-in printouts of the datasheet, filtered-datasheet, or report and the related query (as appropriate), which shows the answer to the query posed along with the QBE grid that produced the result. Screen prints may be used, if necessary.

Concepts of Database Management, 7th Edition, Pratt & Adamski BCIS 4660 Decision Systems Design Homework Assignment #1 Score sheet (10 points)

Previewing and Printing the Contents of a Table Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition14 Office Button Help Button Shutter Bar Ruler Bar

Using Simple Query Wizard to Create a Query Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 15

Example of A Homework Solution Sample Set (3 parts) SQL View (alt-PrintScrn) SELECT Customer.CustomerName, OrderLine.OrderNum, OrderLine.PartNum, Part.Description, OrderLine.NumOrdered, OrderLine.QuotedPrice, Part.Warehouse, Rep.RepNum FROM Rep INNER JOIN (Part INNER JOIN ((Customer INNER JOIN Orders ON Customer.CustomerNum = Orders.CustomerNum) INNER JOIN OrderLine ON Orders.OrderNum = OrderLine.OrderNum) ON Part.PartNum = OrderLine.PartNum) ON Rep.RepNum = Customer.RepNum ORDER BY Customer.CustomerName, OrderLine.OrderNum, OrderLine.PartNum; Microsoft Office 2007: Introductory Concepts and Techniques - Windows Vista Edition 16 QBE/Design View (alt-PrintScrn) Datasheet View (print)

Pause: Q&A Concepts of Database Management, 7th Edition, Pratt & Adamski Access … SQL View Or QBE View Alt-PrintScrn  Ctrl-V (paste) PowerPoint or Paint (to edit)

Exercise #2 Due: Feb 2 for full credit, Feb 9 for 50% credit Points: 10 points Pratt & Adamski; pp (end of chapter 2) Assignments must have cover sheet with your name. Use ACCESS to write the appropriate query, form, report or filter to answer QBE questions 2, 4, 6, 8, 10, 12 for Premiere Products and QBE questions 14, 16, 18 & 19 for Henry Books. NOTE: Make a copy of the Premiere Products and Henry Books database from the end of Chapter 1 BEFORE starting this assignment. Turn-in printouts of the datasheet, or report and the related query (as appropriate), which shows the answer to the query posed along with the QBE grid that produced the result. Screen prints may be used, if necessary. Show only the attributes each question asks for. Do not show any extra attributes!

Exercise #3 Due: Feb 9 for full credit, Feb 16 for 50% credit Points: 20 points Pratt & Adamski (End of Chapters 3 & 4) Assignments must have cover sheet with your name. Chapter 3 [pp ]: Use ACCESS to write the appropriate SQL query to answer questions 2, 4, 6, 8, 14, 15 for Premiere Products and questions 5, 7, 12, 19 for Henry Books. Chapter 4 pp ]: Use ACCESS to write the appropriate SQL query to answer questions 2, 4, 7 for Premiere Products and questions 2, 4, 10 for Henry Books (1 bonus question included). NOTE: USE the copy of the Premiere Products and Henry Books database from the end of Chapter 1 [the version you had BEFORE starting Exercise 2]. Turn-in printouts of the datasheet, or report and the related query (as appropriate), which shows the answer [datasheet view, table view, etc.] to the query posed along with the SQL query that produced the result. Screen prints may be used, if necessary.

Exercise #4 Due: Feb 23 for full credit, Mar 1 for 50% credit Points: 20 points Pratt & Adamski (End of Chapters 5 & 6) Assignments must have cover sheet with your name. Chapter 5 [pp ]: Answer questions 1, 2, 3 for Premiere Products and questions 2, 4 for Henry Books. Omit 4NF, answer the questions for 3NF. Chapter 6 pp [ ]: Answer questions 2, 4 for Premiere Products and questions 1, 2, 3 for Henry Books. Turn in ERD and copies of new tables and attributes. (Alternatively, use DBDL.)