LIS-560 Database Assignment Kelly’s Kids Database Design by Chrystie Kroeker Boggs.

Slides:



Advertisements
Similar presentations
RightNow 8 -- Adding a new report: New > Report: ORAnalytics > Reports > New Report
Advertisements

Jeopardy Objects Navigation Buttons True/False Parts of a Report Vocabulary Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final.
London & Zurich Plc User Guide. Service Benefits Full on-line management of client accounts Paperless direct debit – no signatures required Standing orders.
SIS – NBS Online Specimen Tracking System Training
MICROSOFT OFFICE ACCESS 2007.
User Guide. Service Benefits  Full on-line management of client accounts  Paperless direct debit – no signatures required  Standing orders fixed not.
Exploring Microsoft Excel 2002 Chapter 7 Chapter 7 List and Data Management: Converting Data to Information By Robert T. Grauer Maryann Barber Exploring.
GVSU is scheduled to upgrade to version 9.1 December 21, 2010 at 5pm.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational Databases.
COMP106 Assignment 2 – A new interface design Proposal 6.
Integrating Access with the Web and with Other Programs.
8 Copyright © 2004, Oracle. All rights reserved. Creating LOVs and Editors.
Attribute databases. GIS Definition Diagram Output Query Results.
IMS1907 Database Systems Summer Semester 2004/2005 Lecture 2 Relational DBMS Software An Overview of Microsoft Access.
Database Software Application
Chapter 6: Pivot Tables Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Microsoft Access 2013 Build User-Friendly Database Systems Chapter 7.
Databases & Data Warehouses Chapter 3 Database Processing.
Overview and key features.  Each page will be embedded SEO friendly tag  Tags are editable for users.
Welcome 2013 User Group Meeting Voting on New Features.
Classroom User Training June 29, 2005 Presented by:
Attribute Data in GIS Data in GIS are stored as features AND tabular info Tabular information can be associated with features OR Tabular data may NOT be.
Advanced Excel for Finance Professionals A self study material from South Asian Management Technologies Foundation.
Server-side Scripting Powering the webs favourite services.
What’s New in VRS? GUGM May 15, 2008 Presenter: Kelly P. Robinson GIL Service Georgia State University
Lorie Stolarchuk Learning Technology Trainer 1 What has changed with the 2.7.X Upgrade to CLEW?
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.
Let VRS Work for You! ELUNA Conference 2008 Presenter: Kelly P. Robinson GIL Service Georgia State University
RemoteNet Presented By The Systems House, Inc.. Enhancements Order by multiple selling units of measureOrder by multiple selling units of measure Web.
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.
Chapter 4: Create, Edit, and Perform Calculations in Reports Exploring Microsoft Office Access 2007.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Access Manual 2 By Dhawala Kovuri Elham S.Khorasani Ismail Guneydas.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
+ LS 560: Database Project Tonya Olson April 14, 2014.
World Cat World wide catalog of libraries in the U.S., Canada, and Europe.
Query – One of the objects in Microsoft Access – It can help users extract data, which meets the criteria defined by them, from a database file. – It must.
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.
+ A Little Database: LS 560 Assignment 3 Emily Bibb and Belinda Sawyer.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
1 Database Systems Introduction to Microsoft Access Part 2.
Database revision.
From Tech Support with love Susan, Luisa and Nick.
Table of Contents TopicSlide Administrator Login 2 Administrator Navigations 3 Managing AlternativeDr.com Blogs 4 Managing Dr. Lloyd May Blogs 5 Managing.
1 Chapter 4: Creating Simple Queries 4.1 Introduction to the Query Task 4.2 Selecting Columns and Filtering Rows 4.3 Creating New Columns with an Expression.
1 Lesson 18 Managing and Reporting Database Information Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Databases 101 © Dolinski What you will learn How relational databases work What are the components that make up a database How to create each component.
Advanced Adhoc Reporting 2010 Visions Conference July 28, 2010.
Microsoft Access Database Creation and Management.
Learningcomputer.com SQL Server 2008 – Management Studio.
The Rent-A-Dress Database
Databases Competency Explain advanced database concepts and functions.
Copyright © 2007, Oracle. All rights reserved. Managing Items and Item Catalogs.
3.1 CSC 102 Introduction to Information Systems Databases.
EXAM-2 OVERVIEW Aliya Farheen
Reports. Reports display information retrieved from a database in an attractive printed format. Reports can be created directly from tables, but More.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Relational Databases Today we will look at: Different ways of searching a database Creating queries Aggregate Queries More complex queries involving different.
Microsoft Access 2016 Build User-Friendly Database Systems
Microsoft Office Illustrated Fundamentals
Build User-Friendly Database Systems Chapter 7
WEBSITE REP TRAINING.
Microsoft Office Access 2003
Microsoft Office Access 2003
Introduction to Database Programs
Akhila Kondai Exam-2 overview Akhila Kondai
Introduction to Database Programs
Do it now – PAGE 10 You will find your do it now task in your workbook – look for the start button! Sunday, 28 April 2019.
Entering Records.
Application instructions
Presentation transcript:

LIS-560 Database Assignment Kelly’s Kids Database Design by Chrystie Kroeker Boggs

Current Website The Kelly’s Kids website provides online shopping, primarily for children’s clothing

Proposed changes The current Kelly’s Kids website does not provide many options when it comes to searching for items. Currently a customer can only search by name or by category – there is no option to search for sale items, specific sizes, etc. Proposed solution: implement an “Advanced Search” page to allow greater control over searching, using an enhanced database

Database overview: Tables The ability to do advanced searching will be provided by the underlying database. This database will, in addition to the existing search capabilities, allow for filtering by sale status, sizing, and customizability (i.e., can it be monogrammed?). The main table, “Items”, contains the basic information for each item: Name Pricing Sale status Customization status

Database overview: Tables cont… The Categories and Sizes tables provide the available item category and size options The ItemsToCategories and ItemsToSizes tables provide the link between the main Items table and the Categories & Sizes tables

Database overview: Relationships ItemsToSizes links a record from the Items table to one or more records in the Sizes table, allowing a single article of clothing to be linked to multiple size options. Similarly, ItemsToCategories links a record from the Items table to one or more records in the Categories table, allowing a single article to be listed under multiple categories (e.g., a swimsuit coverup might appear both under the “dresses” and “swim” categories)

Mockup: main page An “Advanced Search” option will be added to the main page

Mockup: Advanced Search page

Example usage: SQL Example query for searching for all items in the “7-8 Regular” size range (ID 8), sorted by name: SELECT "Items"."Name", "Items"."RegularPrice", "Items"."CurrentPrice" FROM "ItemsToSizes", "Items" WHERE "ItemsToSizes"."ItemID" = "Items"."ID" AND "ItemsToSizes"."SizeID" = 8 AND "Items"."IsCustomizable" = TRUE ORDER BY "Items"."Name" ASC “Customizable items, size 7-8” query in the database file

Example usage: SQL cont… Example query for searching for all items in the “Dresses” category (ID 13) that are on sale. The output includes every size available for each item: SELECT "Items"."Name", "Items"."RegularPrice", "Items"."CurrentPrice", "Sizes"."Name" AS "Size" FROM "ItemsToCategories", "Items", "ItemsToSizes", "Sizes" WHERE "ItemsToCategories"."ItemID" = "Items"."ID" AND "ItemsToSizes"."ItemID" = "Items"."ID" AND "ItemsToSizes"."SizeID" = "Sizes"."ID" AND "ItemsToCategories"."CategoryID" = 13 AND "Items"."IsOnSale" = TRUE “Dresses on sale (including available sizes)” query in the database file

Sample Report Sample report for the “Dresses on Sale” query (Generated using OpenOffice’s Report wizard)