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

Slides:



Advertisements
Similar presentations
Designing Tables in Microsoft Access By Ed Lance.
Advertisements

SYSTEM ANALYSIS & DESIGN (DCT 2013)
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.
Final Report Document. Format Title Page Executive Summary Table of Contents Introduction Mission Statement Main PDS items Brief justification of the.
Database Basics. Definitions Database Relational database Table Record Field Primary key.
Data Types and Field Properties 5.01 Understand database tables used in business.
Data Management: Documentation & Metadata Types of Documentation.
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
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.
MICROSOFT ACCESS Pn. Jamilah Binti Yusof. DEFINITION A database is the computer equivalent of an organized list of information. Typically, this information.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Tables. What is a Table? A part of a database Container for data Pieces of data, put together, have a meaning.
Database Concepts & Introduction to MS Access 1. Outline Database Overview  Database Management System Concepts  Database Structures Database, tables,
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?
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.
Information Systems & Databases 2.2) Organisation methods.
Presented By: Gail Rose-Innes Camps Bay High School ICT & CAT Department Microsoft Access 2010.
Using Microsoft Access 56:150 Information System Design.
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.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Microsoft Access.  What is Data ?  Data vs. Information  Database History.  What is a Database?  Examples for Small and Large Databases.  Types.
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.
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.
CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Database Management System Conducted By Provincial Computer Resource Centre Gurudeniya Jayaratna Alahakoon.
Study Opportunities1 Database table quiz What is your name?
Modifying the Database Structure. Objectives Examine relational databasesExamine relational databases Design related tablesDesign related tables Create.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Mr C Johnston ICT Teacher
NEXT WORD PROCESSING DOCUMENTS and PUBLICATIONS SPREADSHEETS DATABASES THE INTERNET Team One Team Two.
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.
2b. Create an Access Database Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1.
Databases Chapter 9 Asfia Rahman.
Building Tables & Defining Relationships
Exploring Microsoft Access 97
Software Specification Tools
DATA MODELS.
Types of data This presentation differentiates between ICT professional and end users.
Data Types and Field Properties
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
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
Database Design and Development
Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards
ICT Database Lesson 2 Designing a Database.
Word Processing.
Data Types and Field Properties
Data Types and Field Properties
G061 - Data Dictionary.
Chapter 2 Design Table and Form.
Lecture 2 Lecturer: awdang aziz MS access
Chapter 2 Design Table and Form.
Data Types and Field Properties
Interactive Powerpoint
Data Types and Field Properties
Presentation transcript:

WJEC Applied ICT Databases – Data Dictionary and Data Types Data Dictionary According to Wikipedia: A data dictionary, as defined in the IBM Dictionary of Computing, is a "centralized repository of information about data such as meaning, relationships to other data, origin, usage, and format. In other words, a 'data dictionary' describes the structure and attributes of data 'items' to be used within a software application (usually a database). A data dictionary includes the names and descriptions of the tables and the fields contained in each table. It also documents information about the data type, field length and other things such as validation. The main purpose of the data dictionary is to provide metadata, or information about data. Technically, it is a database about a database. There is no one set standard in terms of layout or the level of detail to which a data dictionary should be written. Software development teams need a comprehensive data dictionary to refer to during the development and maintainance of a new database. This is so that they are all working using the same data formats when reading or writing data.

WJEC Applied ICT Databases – Data Dictionary and Data Types Data Dictionary – What is in a data dictionary?

WJEC Applied ICT Databases – Data Dictionary and Data Types Data Dictionary – An Example

WJEC Applied ICT Databases – Data Dictionary and Data Types Data types There are a number of data types that are available for use in creating databases below are some. 1)Text 2)Memo 3)Number 4)Date/Time 5)Currency 6)Autonumber 7)Yes / No (boolean) 8)OLE Object (Access) 9)Hyperlink 10)Attachment (Access) 11)Calculated (Access) 12)Lookup - from another table, data type could vary