The Project – Database Design. The following is the high mark band for the Database design: Analysed a given situation and produced and analysed a given.

Slides:



Advertisements
Similar presentations
Logical and Physical Design of an Information System
Advertisements

Database ACCESS. Database A series of objects used to enter, manage, and view data.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Committed to Shaping the Next Generation of IT Experts. Exploring Microsoft Office Access.
GCSE PROJECT GUIDELINES Use this presentation to make sure you have the correct content for you project - click on.
Dr Gordon Russell, Napier University Unit Data Dictionary 1 Data Dictionary Unit 5.3.
Mark Dixon Page 1 04 – Database Design: Forms. Mark Dixon Page 2 Session Aims & Objectives Aims –To allow easier data entry using forms Objectives, by.
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
Chapter 7 UNDERSTANDING AND DESIGNING FORMS. Input Forms: Content and Organization Need for forms Event analysis and forms Relationship between input.
Accounting Interface:
1 SYSTEMS DESIGN Pertemuan 13 s.d 20 Matakuliah: A0554/Analisa dan Perancangan Sistem Informasi Akuntansi Tahun: 2006.
With Microsoft Access 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
Data Types and Field Properties 5.01 Understand database tables used in business.
Software Development, Programming, Testing & Implementation.
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
Copyright © 2016 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
AICT5 – eProject Project Planning for ICT. Process Centre receives Scenario Group Work Scenario on website in October Assessment Window Individual Work.
XP Chapter 4 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Collecting Data for Well-Designed Forms Chapter 4 “Making.
Microsoft Access 2000 Creating Tables and Relationships.
1 AQA ICT AS Level © Nelson Thornes 2008 Testing a solution.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
BIS121 IT for Business Application Lecture 8 – Database (Part I)
Design. Stages of Design i.Nature of the solution 1.Agreed set of objectives 2.Output design 3.Input design 4.Data structures design 5.Process model design.
With Microsoft Access 2007 Volume 1© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access 2007 Volume 1 Chapter.
Chapter 8: Systems analysis and design
A Level Computing#BristolMet Session Objectives U2#1 MUST identify the elements required for the design of an effective online data capture form SHOULD.
The Project – Spreadsheet Design. The following is the high mark band for the spreadsheet design: The candidate has Analysed a given data set and designed.
Topics Covered: Software requirement specification(SRS) Software requirement specification(SRS) Authors of SRS Authors of SRS Need of SRS Need of SRS.
Output and User Interface Design
Design. Stages of Design i.Nature of the solution 1.Agreed set of objectives 2.Output design 3.Input design 4.Data Flow Diagram 5.System Flowchart 6.Data.
CSS/417 Introduction to Database Management Systems Workshop 2.
Question 10 What do I write?. Spreadsheet Make sure that you have got a printout of your spreadsheet - no spreadsheet, no marks!
Starter… Draw a data dictionary for these entities: TEAM(teamID, Name, League, Founded) KIT(kitID, teamID, size, type, season, price) EntityKeyNameData.
S511 Session 7, IU-SLIS 1 DB Implementation: MS Access Forms.
CIS 250 Advanced Computer Applications Introduction to Access.
Access Project 3 Notes. Introduction Maintaining the Database  Modifying the data to keep it up-to-date Restructure the Database  To change the database.
INFO 355Week #71 Systems Analysis II User and system interface design INFO 355 Glenn Booker.
Microsoft Access 2000 Presentation 1 The Basics of Access.
IT Applications Theory Slideshows By Mark Kelly Vceit.com Last modified : 6 Dec 2013 Databases II: Structure, naming, data types, data formats.
Database Application Design and Data Integrity AIMS 3710 R. Nakatsu.
ITGS Databases.
DB Implementation: MS Access Forms. MS Access Forms  Purpose Data entry, editing, & viewing data in tables Forms are user-friendlier to end-users than.
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
BUS1MIS Management Information Systems Semester 1, 2012 Access: Data Entry Forms Week 7 Lecture 2.
IT Applications Theory Slideshows Databases II: Structure, Naming, data types, data formats.
D ATABASE O BJECTS Putting the Objects to Work. Database Objects When creating a database, you are creating a database that will store objects. Database.
Microsoft Office 2013: In Practice Chapter 2 Using Design View, Data Validation, and Relationships Copyright © 2014 by The McGraw-Hill Companies, Inc.
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.
1 11 Exploring Microsoft Office Access 2007 Chapter 6 Data Protection.
Intermediate 2 Computing Unit 2 - Software Development.
1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Access 2010 by Robert Grauer, Keith Mast, and Mary Anne.
IST 220 – Intro to Databases Lecture 2 Touring Microsoft Access.
Making a great Project 2 OCR 1994/2360. Implementation This is about how you make your system. It should have enough detail for a competent user to be.
HOW TO SEARCH …………………. By Mamoun Al Rahhal. How to Search Before you start a search operation. Optional selections. Function buttons. Filling Criteria.
1 U3O2: Database Design Tools  Naming Conventions  Eg.s prefix tables with tblCustomer, tblProducts; customer table, cusCustomerID, cusAddress; Queries,
Computer Science & Engineering 2111 Database Objects 1 CSE 2111 Introduction to Database Management Systems.
Learning Objectives Today we will Learn: The different types of test data.
Essential Skills Wales ICT Level 3. ESW ICT Level 3 - Essentials Builds on lower levels Efficient and independent use of software Final outcomes *level.
DB Implementation: MS Access Forms. MS Access Forms: Purpose Data entry, editing, & viewing data in Tables Forms are user-friendlier to end-users than.
Creating and Processing Web Forms
Creating a database table
IST 220 – Intro to Databases
MS Access Forms, Queries, Reports Matt Martin
Objectives Design a form Create a form Create text fields
System Design.
Week 12 Option 3: Database Design
DB Implementation: MS Access Forms
“What do I do ?”, “How do I do it ?”, What do I do it with ?
DB Implementation: MS Access Forms
Systems Design Project Deliverable 3
AICT5 – eProject Project Planning for ICT
Presentation transcript:

The Project – Database Design. The following is the high mark band for the Database design: Analysed a given situation and produced and analysed a given data set, identified all related sets of data and designed suitable data structures to enable the data to be managed effectively. The design will specify correct and suitable fieldnames, data types, field sizes and key fields. It will also include comprehensive proposals for validation rules and input masks that will control data input and limit errors Produced designs for input formats that propose a range of features to aid data entry Included proposals for output and clearly illustrated the intended layout of reports to be generated Identified and provided detailed examples of the required data sorting, searches and calculation to be carried out

The Project – Database Design. Below is what the specification requires of this section. SectionDescription TablesProduce a design for a database that is suitable for implementation by a competent third party. Analyse a given data set, identify related sets of data and design suitable data structures that will allow the related data to be managed efficiently. Specify suitable fieldnames, data types, field sizes and key fields. Specify suitable validation rules and input masks that will control data input and limit errors. InputDesign input forms that will facilitate accurate data entry through the use of features such as combo boxes, user instructions and radio buttons. InterfaceDesign forms that will provide an interface to aid user efficiency. Consider accessibility and usability OutputDesign the output required in terms of content, layout and presentation. EfficiencyDescribe the processing stages required in terms of data sorting, searches and calculations.

The Project – Database Design. A good format for this document may be like this for example: 1)Table design – Essentially a data dictionary for each table with the following headings – Field Name / Data Type / Field Size / Example Data / Validation / Additional Notes (e.g. primary key, foreign key etc.. 2)Under each table design – a paragraph explaining some of your decisions. 3)Outline of the relationships of the tables to each other. A more detailed account of how each field in each table may relate to each other and other tables. 4)Detailed explanation and design of all your queries. 5)Detailed designs of all your user forms – including designs for the coding of your buttons / macros. Sketches of your forms. 6)Detailed designs and explanations of all your reports cross referencing back to your queries and tables and how some of the values will be calculated.