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

Slides:



Advertisements
Similar presentations
Creating Tables Unit 9 - Databases.
Advertisements

Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
® Microsoft Access 2010 Tutorial 5 Creating Advanced Queries and Enhancing Table Design.
© 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.
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Lecture Access – Tables. What are Tables? Records Fields.
Data Types and Field Properties 5.01 Understand database tables used in business.
1 AQA ICT AS Level © Nelson Thornes Types of data.
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.
 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.
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.
This is the first screen you will encounter. Select Blank Database.
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.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
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 continued… 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.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
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.
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.
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
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
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Data Types and Field Properties
Data Types and Field Properties
Access Tutorial 5 Creating Advanced Queries and Enhancing Table Design
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
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
Tutorial 5 Advanced Queries and Enhanced Table Design
Data Types and Field Properties
Presentation transcript:

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

5.01 Understand database tables used in business. Side 2 It’s All in the Details Let’s dig a little deeper into the details of how data is formatted and represented in database tables

5.01 Understand database tables used in business. Side 3 Data Types and Field Properties   Data types and field properties are used to format data so that it can be used and managed   The data type defines the value of a cell and the field property defines the format of the data within the cell

5.01 Understand database tables used in business. Side 4 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

5.01 Understand database tables used in business. Side 5 Text-based Data Types and Field Properties (continued)  Caption –  Caption – a field property used for column naming  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

5.01 Understand database tables used in business. Side 6 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  Currency  Currency – data type used to format numbers as decimal values with a dollar sign  Date  Date – data type used to arrange and sort data chronologically

5.01 Understand database tables used in business. Side 7 Number-based Data Types and Field Properties  Time  Time – data type used to arrange and sort data chronologically  Auto Number  Auto Number – data type used to automatically assign a number to each record and to assist in preventing duplication of data  Primary Key  Primary Key – data type used to format each record in a database as a unique entity

5.01 Understand database tables used in business. Side 8