Data Types and Field Properties continued…. 5.01 Understand database tables used in business.

Slides:



Advertisements
Similar presentations
Database Design Week 10.
Advertisements

Guidelines for Setting Field Properties Each field has a number of properties, such as its name and data type, that you can set when you define the field.
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Benchmark Series Microsoft Access 2010 Level 1
© Steven Alter, 2007, all rights reserved Database concepts Difference between a database and the Internet Reason for having a defined data structure Relational.
Access Quiz October 24, The database objects bar in Access contains icons for tables, queries, forms and reports 1.True 2.False.
Lecture Access – Tables. What are Tables? Records Fields.
Database Design Concepts INFO1408 Term 2 week 1 Data validation and Referential integrity.
Data Types and Field Properties 5.01 Understand database tables used in business.
1 AQA ICT AS Level © Nelson Thornes Types of data.
Tables. Any database must contain one or more tables, because that’s where the data is stored. For any table there are two views provided: Datasheet view.
Data Types and Field Properties 5.01 Understand database tables used in business.
Database terms Mr. Brunton.
Microsoft Access Tables Birgül Kutlu Bayraktar. TERMS A database is a collection of related information. An object is a competition in the database such.
Microsoft Access 2000 Creating Tables and Relationships.
ACCESS. » Access is a database management system. » This system lets you create and process data. » A database is a collection of data that is organized.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
© 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 4 – Creating New.
With Microsoft Access 2007 Volume 1© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access 2007 Volume 1 Chapter.
Access 2000 Part 1 Introduction to Access Agenda Starting Access. Creating Tables. Working with Tables. Setting Field Properties.
 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.
CHƯƠNG 3 Finding, Filtering, and Formatting Data.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
Microsoft Office 2013 ®® Access Tutorial 2 Building a Database and Defining Table Relationships.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Preparing To Automate Data Management Chapter 1 “You.
Using Microsoft Access 56:150 Information System Design.
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.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
IE 423 – Design of Decision Support Systems Database development – Building Tables
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.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Lesson 4.  After a table has been created, you may need to modify it. You can make many changes to a table—or other database object—using its property.
Database Management System Conducted By Provincial Computer Resource Centre Gurudeniya Jayaratna Alahakoon.
Study Opportunities1 Database table quiz What is your name?
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
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.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Creating Advanced Queries and Enhancing Table Design.
 A collection of data organized in a way that allows:  Easy access  Easy retrieval of specific data  Easy use of the data.
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.
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.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
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
Creating a database table
Building Tables & Defining Relationships
Unit 16 – Database Systems
Types of data This presentation differentiates between ICT professional and end users.
Microsoft Access 2013 Design and Create Tables to Store Data
Data Types and Field Properties
Design and Create Tables to Store Data Chapter 2
Introduction to Computer Science (CIS 101)
Access Lesson 2 Creating a Database
Data Types and Field Properties
Data Types and Field Properties
Data Types and Field Properties
Data Types and Field Properties
Chapter 2 Design Table and Form.
Lecture 2 Lecturer: awdang aziz MS access
Chapter 2 Design Table and Form.
Data Types and Field Properties
Data Types and Field Properties
Presentation transcript:

Data Types and Field Properties continued… Understand database tables used in business

5.01 Understand database tables used in business. Side 2 Text-based Data Types and Field Properties  Text  Text – used for data that will be sorted in alphabetical order or listed randomly, but will not be used in mathematical calculations  Yes/No  Yes/No – a data type in toggle format that allows a user to select a yes or no value in a database cell. The default setting is no.

5.01 Understand database tables used in business. Side 3 Text-based Data Types and Field Properties (continued)  Caption –  Caption – a field property used for column naming. Allows for a properly formatted, user friendly field name.  LookUp Wizard –  LookUp Wizard – a data type used to define preset values for database entries  Memo –  Memo – a data type used for lengthy entries that allows combinations of text and numbers  Input Mask  Input Mask – a template-like field property that regulates how data is entered in a cell. Ex.-phone number.

5.01 Understand database tables used in business. Side 4 Number-based Data Types and Field Properties  Number  Number – data type used for data that may be calculated, sorted, or filtered  Decimal places  Decimal places – field property used to set the number of decimal places. Without the decimal format, money amounts may be rounded off.  Currency  Currency – data type used to format numbers as decimal values with a dollar sign. (The default format is two decimal places.)  Date  Date – data type used to arrange and sort data chronologically. Often used with the input mask field property.

5.01 Understand database tables used in business. Side 5 Number-based Data Types and Field Properties  Time  Time – data type used to arrange and sort chronologically (Often used with the input mask field property.)  Auto Number  Auto Number – data type used to automatically assign a number to each record and to assist in preventing duplication of data. (Often used for Primary Key.)  Primary Key  Primary Key – data type used to format each record in a database as a unique entity. (Primary Key allows database tables to communicate.

5.01 Understand database tables used in business. Side 6