Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.

Slides:



Advertisements
Similar presentations
Designing Tables in Microsoft Access By Ed Lance.
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.
WJEC Applied ICT Databases – Data Dictionary and Data Types Data Dictionary According to Wikipedia: A data dictionary, as defined in the IBM Dictionary.
Exploring Office Grauer and Barber 1 Tables and Forms: Properties, Views, and Wizards(Wk3)
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
© Steven Alter, 2007, all rights reserved Database concepts Difference between a database and the Internet Reason for having a defined data structure Relational.
BA271 Week 7 Lecture Building the database Dave Sullivan.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
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.
Data type – determines the type of data and range of values that can be entered in a field.
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.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
With Microsoft Access 2007 Volume 1© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access 2007 Volume 1 Chapter.
Primary & Foreign Keys. PK & FK 1.Primary key is required 2.The PK must be unique 3.If the primary key from one table is related to a field in another.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
DAY 20: ACCESS CHAPTER 5 Tazin Afrin October 29,
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
10 May Microsoft Access 2010 Relational databases’ program Part of the Microsoft Office package Administer relational database Update database through.
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
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.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
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.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
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.
Access  Getting Started  Creating Tables  Designing Tables Worksheet #8.
Introduction to a Database Defining a database Database window in Access The six items in window: Tables, Queries Forms, Reports, Macros, Modules.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
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.
Database design Using Access 2007
Microsoft Access Prepared by the Academic Faculty Members of IT.
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
DB Implementation: MS Access Tables
Creating a database table
Building Tables & Defining Relationships
Exploring Microsoft Access 97
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)
DB Implementation: MS Access Tables
Access Lesson 2 Creating a Database
GUIDE LINE TO ACCESS 2007 THE FIRST PART MEDICAL INFORMATICS
Data Types and Field Properties
Data Types and Field Properties
Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards
ICT Database Lesson 2 Designing a Database.
Data Types and Field Properties
Grauer and Barber Series Microsoft Access Chapter Two
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:

Tables

What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning

Parts of a Table Field – Smallest part of a database – Specific piece of data Record – Related fields Table – Related records

Setting up a Table 1.Identify the fields that are needed 2.Identify any property settings 3.Name table with preface of tbl

Identify the Fields From discovery process Organize into tables Watch for redundancy – Relational database

Text Default data type

Text Default data type Default size is 255 characters Properties – Field size – from 1 to 255 – Format < forces lowercase > forces upper case Different for other data types

More Text Default Value – most people from ND, save them from having to type the information Validation Rule – If the organization was established in 1995, the enter >1994 – no one will be able to put in <=1994 Validation Text – message that pops up when there is an invalid entry Required

More Text Allow Zero Length Indexed Unicode Compression

AutoNumber

Number

Memo

Date/Time

Currency

Yes/No

OLE

Hyperlink

Attachment

Input Masks Data entry – Simplify – Standardize DO NOT USE WITH ZIP CODES Phone numbers – Watch for foreign countries