HOMEWORK # 4 OVERVIEW Aliya Farheen Oct 22 2015.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
Exploring Microsoft Access 2003 Chapter 6 Many-to-Many Relationships: A More Complex System.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 3 1 Microsoft Office Access 2003 Tutorial 3 – Querying a Database.
Introduction to MS Access. Creating a New Database File/New –Blank database –New database name and location.
Querying a Database Using the Select Query Window
COMPREHENSIVE Access Tutorial 2 Building a Database and Defining Table Relationships.
Querying a Database Microsoft Office Access 2003.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
ACCESS – CHAPTER 4 ZNANATEJ PANGA October 27, 2014.
QUERYING A DATABASE By: Dr.Ennis-Cole. OBJECTIVES: Learn how to use the Query window in Design view Create, run and Save queries Define a relationship.
Access 2007 ® Use Databases How can Access help you to find and use information?
ACCESS TABLES & QUERIES. OBJECTIVES Create tables Establish table relationships Create queries Specify criteria for different data types Compact & Repair.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Chapter 3 Maintaining a Database
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
1 Microsoft Access 2002 Tutorial 3 – Querying a Database.
Access Lesson 2 Creating a Database
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
DAY 15: ACCESS CHAPTER 2 Larry Reaves October 7,
Access Tutorial 2 Building a Database and Defining Table Relationships
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
10 May Microsoft Access 2010 Relational databases’ program Part of the Microsoft Office package Administer relational database Update database through.
® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.
DAY 22: MICROSOFT ACCESS – REVIEW Akhila Kondai November 04, 2013.
EXAM-2 OVERVIEW Aliya Farheen
Press Esc to Exit ©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
Introduction to MS Access. Creating a New Database File/New –Blank database –New database name and location.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
® Microsoft Office 2013 Access Creating a Database.
1 Database Systems Introduction to Microsoft Access Part 2.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
ACCESS (CHAPTER 2-3 continued) Naman Kohli October 16,
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
CHAPTER 1 – INTRODUCTION TO ACCESS Aliya Farheen March 5, 2014.
DAY 16: MICROSOFT ACCESS – CHAPTER 2 Madhuri Siddula October 8, 2015.
U:/msu/course/cse/103 Day 18, Slide 1 CSE 103 Day 18 If you are not enrolled in CSE 103, please save and log out by 10:10.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
DAY 21: MICROSOFT ACCESS – CHAPTER 5 MICROSOFT ACCESS – CHAPTER 6 MICROSOFT ACCESS – CHAPTER 7 Aliya Farheen October 29,2015.
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
XP New Perspectives on Microsoft Access 2002 Tutorial 31 Microsoft Access 2002 Tutorial 3 – Querying a Database.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Microsoft Access – Tutorial 3 Performing Calculations copy the HighWageAmounts query and paste it name it HighWageAmountsWithBonus and open it in Design.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
DAY 20: HOMEWORK # 4 OVERVIEW Akhila Kondai October 28, 2013.
IT – som værktøj Bent Thomsen Institut for Datalogi Aalborg Universitet.
ACCESS 3. OBJECTIVES Calculated fields in query design Total option in query design Creating Forms.
Homework 4 Hints. Chapter 6 Guided Exercise Make sure to enforce Referential Integrity and Cascade Update when prompted Step 4 – Make sure to add a record.
DAY 23: HOMEWORK # 5 OVERVIEW Aliya Farheen April 7, 2015.
EXAM-2 OVERVIEW Aliya Farheen
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
DAY 7: ACCESS Rahul Kavi March 29,
FINAL EXAM REVIEW PROJECT Computer Science 101 West Virginia University 1.
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Creating a Database
Access Creating a Database
Microsoft Office Access 2003
Tutorial 3 – Querying a Database
Access Lesson 2 Creating a Database
Microsoft Office Access 2003
Access Tutorial 2 Building a Database and Defining Table Relationships
Access Tutorial 2 Building a Database and Defining Table Relationships
Introduction To ACCESS DataBase
Akhila Kondai Exam-2 overview Akhila Kondai
Nagendra Vemulapalli Exam2 Overview Nagendra Vemulapalli
Reports and Forms Second Term,
Presentation transcript:

HOMEWORK # 4 OVERVIEW Aliya Farheen Oct

HOMEWORK 4 OVERVIEW Open the directions file online to follow the flow of the assignment: Create database and 3 tables –Populate and relate as described Create 5 Queries Create a Form with Subform Create a Report Analysis Questions

STEP2 Create ribbon->table Switch to design view and name it as Networks Remove the Id field Create the fields NetworkName and NetworkAbbreviation with text datatype Enter the records into table

STEP3 Create a table with name Genres. Switch to design view and rename the Id field as GenreID Create the fields GenreName with text datatype Enter the records into table

STEP5 Create a table named Shows Leave the Id field as primary key field with autonumber data type. Create the fields –Network (Create Relationship to Networks Table and enforce referential integrity and enable cascade updates) –ShowName (Text datatype) –Genre (which looks up the values in Genres table and edit the relationship created by the lookup to enable data integrity restricting the deletes) –Rating (Fixed type number field with 1 decimal place) –Share (Percentage number field with 1 decimal place) –Viewers (standard number field with no decimal places) –Day (Create lookup to day from Sunday to Saturday) –Time (Medium date/time field) Enter the records into table

STEP6A Create->Query Design Add tables Genres,Shows and Networks [Shows] ShowName [Networks] NetworkName [Genres] GenreName [Shows] Rating, Share, Viewers, Day, Time Sort in descending order for Rating and then for Share. Run the Query and save it as Query 6A.

STEP6B Create->Query Design Add Networks and Shows table Add the fields ShowName,NetworkName, Ratings & Viewers. Add Criteria for rating >=5 And <=7 Sort in ascending order for NetworkName and then for Rating.

STEP6C Create->Query Design Add Genres and Shows table Add the fields GenreName, ID, Viewers Add the totals row Change the contents of total row from Group By to Count for ID and to Sum for Viewers. Format Viewers as Standard with no decimal places Sort Viewers in descending order.

STEP6D Create->Query Deign Add the tables Networks and Shows [Networks] NetworkName [Shows] Rating Change the contents of total row from Group By to Average for Rating. Format Rating as fixed number type with 2 decimal places Sort NetworkName in ascending order.

STEP6E Create->Query Design Add the table Shows [Shows] ShowName, Rating, Share, Viewers Add the calculated field Households: ([Rating]* ) Format Households as standard number type with 0 decimal places. Sort Viewers and then Households in descending order.

STEP7 Create->Form Wizard Select Network table and add NetworkName field Select Shows table and add all the fields from that table Click Next 3 times and change the Names of form and subform as indicated in instructions Click Finish

STEP8 Create->Report Wizard Select Query6A and add all the fields Click next and select by Genre Click next two times and give sorting order for the fields as indicated in instructions Click next and select stepped layout and landscape orientation Click next and give the name for the Report as ShowSummary and click finish.

STEP8 CONTINUED…. Switch to layout view and adjust the width of the fields in Report

STEP 9 New Table ‘AnalysisQuestions’ with 2 fields –QuestionNumber Field values will be the question designators from the assignment (9a, 9b, 9c…) –Answer Field values will be your answers to the given question Make it of data type “Memo” This table is not related to the others, merely a place to put the answers to your Analysis Questions. Make sure answers are RECORDS in datasheet view, and NOT TYPED IN DESIGN VIEW ! ! !