Design and Create Objects to Store Data Chapter 2

Slides:



Advertisements
Similar presentations
Database Design Week 10.
Advertisements

MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
1 Chapter 1 & 2 Relational Databases and Queries CS101 WVU.
Chapter 5 Data Management. – The Best & Most Convenient Way to Learn Salesforce.com 2 Objectives By the end of the module, you.
Exploring Office Grauer and Barber 1 Tables and Forms: Properties, Views, and Wizards(Wk3)
Exploring Microsoft Access 2003 Chapter 1 Introduction to Microsoft Access: What Is A Database?
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Lecture Access – Tables. What are Tables? Records Fields.
MS Access 2007 IT User Services - University of Delaware.
Data Types and Field Properties 5.01 Understand database tables used in business.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
ACCESS CHAPTER 1. OBJECTIVES Tables Queries Forms Reports Primary and Foreign Keys Relationship.
Database Applications – Microsoft Access Lesson 2 Modifying a Table and Creating a Form 45 slides in presentation Accessibility check 9/14.
Microsoft Access 2000 Creating Tables and Relationships.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
Food Recall System Pre Code System Design Layout Version 1.0.
With Microsoft Access 2007 Volume 1© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access 2007 Volume 1 Chapter.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
DAY 15: ACCESS CHAPTER 2 Larry Reaves October 7,
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
Designing a Database (Part I) -Identify all fields needed to produce the required information -Group related fields into tables -Determine Each Table’s.
Exploring Microsoft Access 2003 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
Relational Databases (MS Access)
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
WEEK 11 Database Design. TABLE INSTANCE CHARTS Create Tables.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
Customizing ClientSpace With Dataforms Tim Borntreger, Director of Client Services.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
Database collection of related information stored in an organized form Database program software tool for storage & retrieval of that information.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
A Skills Approach Access 2010 Working with Tables © 2012 The McGraw-Hill Companies, Inc. All rights reserved Chapter 2.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
Data Types and Field Properties 5.01 Understand database tables used in business.
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
Getting Started in Access 1 Using an existing Database Database Window Table Design View Parts of a Table Views in Access Navigating in Access Entering.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
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.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
To play, start slide show and click on circle Access 1 Access 2 Access 3 Access 4 Access Access
Microsoft Access 2016 Design and Create Tables to Store Data
Microsoft Access 2016 Overview of Microsoft Access Databases
New Perspectives on Microsoft Access 2016
IST 220 – Intro to Databases
Microsoft Access 2016 Simplify Data Entry with Forms
Exploring Excel Chapter 5 List and Data Management: Converting Data to
Microsoft Office Access 2010 Lab 2
Databases Chapter 16.
and Defining Table Relationships
Microsoft Access 2013 Design and Create Tables to Store Data
Simplify Data Entry with Forms Chapter 3
Design and Create Tables to Store Data Chapter 2
Overview of Microsoft Access Databases Chapter 1
MODULE 7 Microsoft Access 2010
Create Professional Quality Output with Reports Chapter 5
Microsoft Applications
Data Types and Field Properties
Exploring Microsoft Access 2003
ICT Database Lesson 2 Designing a Database.
Grauer and Barber Series Microsoft Access Chapter Two
Database Design Week 12.
Overview of Databases and Salesforce Chapter 1
Simplify Data Entry with Page Layouts Chapter 3
Create Professional Quality Output with Reports Chapter 5
Chapter 2 Design Table and Form.
Unit J: Creating a Database
Lecture 2 Lecturer: awdang aziz MS access
Chapter 2 Design Table and Form.
Build User-Friendly Information Systems Chapter 6
Presentation transcript:

Design and Create Objects to Store Data Chapter 2 Intro to MIS - MGS351 Design and Create Objects to Store Data Chapter 2

Databases and Decision Making Designing Database Tables Primary Keys Chapter Overview Databases and Decision Making Designing Database Tables Primary Keys Creating Objects in Salesforce Field Data Types and Properties

GIGO – Garbage In, Garbage Out Databases and Decision Making Input (Data) Process Output (Information) Input in Page Layouts Handled by Queries Output to Reports Stored in Objects and List Views Supports Decision Making GIGO – Garbage In, Garbage Out

Your tables are the foundation of the entire database. Designing Database Tables Database design is critically important to the success of an information system. Your tables are the foundation of the entire database.

Designing Database Tables Include the necessary data Determined by reporting needs Store data in its smallest parts Split last and first names Avoid storing calculated data (GPA) What about age versus birthdate? Avoid data redundancy

Primary Keys A field or combination of fields that uniquely identifies records in a table. Use an existing field Use a combination of fields (concatenated key) Create a new field using the Auto Number data type

Object Manager configures objects. Objects (Tables) Store the data in a database – similar to a spreadsheet, but more organized. Contains records (rows) and fields (columns). Standard Objects - Contacts, Leads Opportunities, Accounts and many more Custom Objects Object Manager configures objects.

Salesforce Setup Menu - Object Manager

API name always includes “__c” suffix Contains three default fields Custom Objects API name always includes “__c” suffix Broker object has Broker__c API name Contains three default fields Created By Last Modified By Owner

Auto Number Number Formula Percent Checkbox Phone Currency Field Data Types Auto Number Formula Checkbox Currency Date Date / Time Email Geolocation Number Percent Phone Picklist (multi) Text Textarea (long/rich) Time URL

Field Data Types (cont.) Lookup Relationship Master-Detail Relationship External Lookup Relationship

These help to prevent GIGO Field Properties Field Label Length Description Help Text Validation Rule Required Unique Default Value These help to prevent GIGO

Questions & Requested Updates from HR Users Bad data appears in AssessmentScore Need email address of every applicant Want option to store 9 digit zip code CID value occasionally skips numbers Need to track the HR employee assigned to each candidate Data entry and editing is not user-friendly

What does GIGO stand for? a. Gee, I Goofed, OK Quick Review What does GIGO stand for? a. Gee, I Goofed, OK b. Grand Illusions, Go On c. Global Indexing, Global Order d. Garbage In, Garbage Out

Which of the following is true of the primary key? Quick Review Which of the following is true of the primary key? a. Its values must be unique b. It must be defined as a text field c. It must be first in a table d. It can never be changed

Quick Review The______ is a field, or combination of fields, that uniquely identifies a record.

Homework 2 | 3000 Trailhead Points Homework 2 Trailmix Lightning Experience Customization Customize the User Interface for a Recruiting App