Database Basics. Definitions Database Relational database Table Record Field Primary key.

Slides:



Advertisements
Similar presentations
WJEC Applied ICT Databases – Data Dictionary and Data Types Data Dictionary According to Wikipedia: A data dictionary, as defined in the IBM Dictionary.
Advertisements

Exploring Office Grauer and Barber 1 Tables and Forms: Properties, Views, and Wizards(Wk3)
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.
Introduction to MS Access. Creating a New Database File/New –Blank database –New database name and location.
BA271 Week 7 Lecture Building the database Dave Sullivan.
Week 2 Normalization and Queries
QUERYING A DATABASE By: Dr.Ennis-Cole. OBJECTIVES: Learn how to use the Query window in Design view Create, run and Save queries Define a relationship.
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.
Database terms Mr. Brunton.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
Microsoft Access Review for Access Exam. Columns are called FIELDS Rows are called RECORDS Navigation Pane:  On left; used to organize DB objects  Collapsable.
MICROSOFT ACCESS Pn. Jamilah Binti Yusof. DEFINITION A database is the computer equivalent of an organized list of information. Typically, this information.
Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
 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.
5 Aug Microsoft Access 2010 Relational databases’ program Part of the Microsoft Office package Administer relational database Update database through.
DAY 22: MICROSOFT ACCESS – REVIEW Akhila Kondai November 04, 2013.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
Introduction to MS Access. Creating a New Database File/New –Blank database –New database name and location.
Using Microsoft Access 56:150 Information System Design.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create and Open a Database Create and Open a Database.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
IE 423 – Design of Decision Support Systems Database development – Building Tables
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.
Part 4 November 15,  Click MS Access 2013  On the MS Access Screen Pane, select Blank Database  Create a name that will reserve as your file.
Sorting Data Sorting is the process of rearranging records in a specified order or sequence. When you sort data in a query or table datasheet or in a form.
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.
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
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
Microsoft Access Prepared by the Academic Faculty Members of IT.
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.
Microsoft Access 2016 Design and Create Tables to Store Data
Building Tables & Defining Relationships
Microsoft Access 2007 – Level 1
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
GUIDE LINE TO ACCESS 2007 THE FIRST PART MEDICAL INFORMATICS
Data Types and Field Properties
Data Types and Field Properties
Microsoft Office Illustrated Introductory, Windows XP Edition
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
More to Learn Different data types
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:

Database Basics

Definitions Database Relational database Table Record Field Primary key

Definitionscontinued Query Form Report

Field types Text (255 characters) Memo (64,000 characters) Number Date/Time Currency AutoNumber Yes/No OLE Object Hyperlink Attachment Lookup Wizard

Tutorials RZ aspx Before next time Get to know Access 2007 Length: 45 min

Templates office.microsoft.com/en-us/templates/CT aspx?av=ZAC

MS Access 2007 Exercise

Getting started (local) or office.microsoft.com/en-us/templates/CT aspx?av=ZAC (Access 2007)

Download –Remember location (directory) Extract (if in zip format) Start MS Access 2007 Open database

Database

Tables

Views

Table (Fields – design view)

Table (Fields – datasheet view)

Relationships

Relationship Chart

Form

Report

Query

Create