B UILDING AN A CTUARIAL D ATABASE Do’s and Don’ts.

Slides:



Advertisements
Similar presentations
Designing MS-Access Tables
Advertisements

Designing Tables in Microsoft Access By Ed Lance.
Database Ed Milne. Theme An introduction to databases Using the Base component of LibreOffice LibreOffice.
Chapter 6 UNDERSTANDING AND DESIGNING QUERIES AND REPORTS.
Relational Databases Chapter 4.
USING PIVOT TABLES IN MICROSOFT EXCEL LOCAL GOVERNMENT CORPORATION RESOURCE 2015.
8 June Single table database in normal form Fields and records Normal form 1.Header in the first line 2.Same content for every field 3.Each record.
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
With Microsoft Access 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
1 Chapter 2 Reviewing Tables and Queries. 2 Chapter Objectives Identify the steps required to develop an Access application Specify the characteristics.
Microsoft © Access 2000 Types of Forms Forms & Real Estate Conclusion Questions Why use a Form What is a Form Data behind a Form Controls on a Form Code.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Microsoft Access II Information Technology Services User Services User Training & Support.
Copyright © 2016 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Page 1 ISMT E-120 Desktop Applications for Managers Introduction to Microsoft Access.
Microsoft ® Business Solutions–Navision ® 4.0 Development II – C/SIDE Solution Development Day 4.
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
Chapters 17 & 18 Physical Database Design Methodology.
DAY 15: ACCESS CHAPTER 2 Larry Reaves October 7,
1 Keith Vicens, Managing Consultant CRM Housing Solution Extending Your Case Management Capabilities.
ITOM 2308 Introduction to Databases Review Access Database Corporate Case Study ITOM 2308 Class 81.
Microsoft Access Lecture -13- By lec. (Eng.) Hind Basil University of Technology Department of Materials Engineering 1.
Databases and Education Access Access Course Progression Access courses can be designed for intensive immersion or semester-long courses. Basic.
Access Primer UoN workshop Naivasha, 30 July – 4 August 2006.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
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.
DATABASES Pindaro Demertzoglou – Lally School of Management and Technology.
MIS 301 Information Systems in Organizations Dave Salisbury ( )
Access Primer Africamuseum 5 June MS Access  Relational Database Management System Data/information resides in series of related tables Principle.
1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Access 2010 by Robert Grauer, Keith Mast, Mary Anne Poatsy Chapter.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 9 – Building Links,
Access Class Outline Data Organization Tables Import and Export of Data Queries Select Calculate Values Aggregation (Count, Sum) Create Append Delete Crosstab.
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
More about Databases. Data Entry through Forms Table View (Data sheet view) is useful for data entry of new records But sometimes customization would.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
MICROSOFT ACCESS With your host: Daniel McAllister.
A Skills Approach Access 2010 Getting Started with Access 2010 © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 1.
Access Project 3 Notes. Introduction Maintaining the Database  Modifying the data to keep it up-to-date Restructure the Database  To change the database.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Microsoft Access 2013 ®® Tutorial 9 Using Action Queries and Advanced Table Relationships.
ITGS Databases.
1 CSE 2337 Introduction to Data Management Access Book – Ch 1.
Rebecca McCready Faculty of Medical Sciences Newcastle University Lecture 2 – Relationships and Lookup fields.
IT Auditing & Assurance, 2e, Hall & Singleton Chapter 8: IT Auditing & Assurance, 2e, Hall & Singleton CAATTs for Data Extraction and Analysis.
Introduction to Database Introduction to Access Developing an application in Access Database-1 All rights reserved to Academy of Tamil Arts and Technology©
3 / 12 CHAPTER Databases MIS105 Week-10/ Lec02 Irfan Ahmed Ilyas.
Access Chapter 5-Table Tricks, Advanced Queries and Custom Forms.
Access Chapter 3-Obtaining Answers to Your Data Questions.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Microsoft Office 2013: In Practice Chapter 2 Using Design View, Data Validation, and Relationships Copyright © 2014 by The McGraw-Hill Companies, Inc.
Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related.
Access Chapter 1: Intro to Access Objectives Navigate among objects in Access database Difference between working in storage and memory Good database file.
(SQL - Structured Query Language)
C REATING & D ESIGNING A D ATABASE 1. C REATING A D ATABASE 2 There are two different ways to create a new Access database: 1. Start from scratch with.
1 Research Papers Database. 2 Form – Add – Delete – Change … information in the database.
Chapter 4 Relational Database, Pivot Charts, and Switchboard.
Exploring Microsoft Access Chapter 5 One-to-Many Relationships: Subforms and Multiple Table Queries.
Introduction to Information and Computer Science Databases and SQL Lecture d This material (Comp4_Unit6d) was developed by Oregon Health & Science University,
EXAM-2 OVERVIEW Aliya Farheen
Database Systems, 8 th Edition SQL Performance Tuning Evaluated from client perspective –Most current relational DBMSs perform automatic query optimization.
Data Resource Management Application Layer TPS A RCHITECTURE Data Layer Sales/MarketingHR Finance/Accounting Operations Spreadsheet Data MS Access Accounts.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Level 2 Objectives: Understanding and Creating Table.
MICROSOFT ACCESS With your host: Daniel McAllister.
CIS 155 Table Relationship
Chapter 4 Relational Databases
Microsoft Access 2003 Illustrated Complete
Course Instructor: Supriya Gupta Asstt. Prof
Presentation transcript:

B UILDING AN A CTUARIAL D ATABASE Do’s and Don’ts

W HY A DATABASE ? Review long term needs Is Excel a database? Separate the data from the calculations and reports It’s all about relationships Auditors will find you Focus on actuarial specific issues

P LANNING Who is going to use the system (it’s not about you!) Understand your data flow (Business logic out) What will be your tables Set up relationships between the tables Indexing and primary keys (say Google) Normalize Controls …

K EY C ONTROLS Inventory (record count, reserves etc.) Micro calculation / auditing capabilities Trending, reasonableness Output transfer – nothing lost … worth the price of admission

I MPORTANT C ONTROLS Using lookup tables – Data integrity Properly defining fields – Dates Forced relationships preserve data integrity

S TRATEGIES Path independence Function separation – data (admin vs. user), code, report Compacting … automatically Object naming conventions (no spaces) Display progress (status bar) Document, document, and document

T HE MAGIC OF Q UERIES Standard Query Language (SQL) Select, Delete, Update, Append, Make Table Make them dynamic for real power Use global functions (with care)

D ATA I NPUT Usually most critical part Controls and Monitor “Caching” data … Indexed Annuity

C ALCULATION AND A UTOMATION Code vs. Macros Beware of external references Power of VBA

O UTPUT Separate from data Minimize reports … dynamic Make an actuary happy … pivot table friendly Avoid cross tab queries in a report No smart reports

F INAL A NALYSIS Functionality vs. Resources Study