G061 - Data Dictionary.

Slides:



Advertisements
Similar presentations
Information Systems Technology Ross Malaga B Copyright © 2005 Prentice Hall, Inc. B-1 WORKING WITH DATABASES.
Advertisements

WHAT D IS RAW, UNPROCESSED FACTS AND FIGURES COLLECTED, STORED AND PROCESSED BY COMPUTERS.
WJEC Applied ICT Databases – Data Dictionary and Data Types Data Dictionary According to Wikipedia: A data dictionary, as defined in the IBM Dictionary.
 To provide you with an overview of the aspects that make up a relational database.  This includes: › Tables › Records › Fields › Data types › Keys.
© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 2 Introduction to Database Development.
Organizing Data Chapter 5. Data Hierachy Table = Entities X Attributes Entities = Records Attributes = Fields.
© 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke
WELL-DESIGNED DATABASES Process faster Easy to develop and maintain Easy to read and write code.
1 Specification of IT Systems Mandatory Exercise Week 3.
1 SYSTEMS DESIGN Pertemuan 13 s.d 20 Matakuliah: A0554/Analisa dan Perancangan Sistem Informasi Akuntansi Tahun: 2006.
Database – Part 2a Dr. V.T. Raja Oregon State University.
Chapter 2 Introduction to Database Development Database Processing David M. Kroenke © 2000 Prentice Hall.
Entity Relationship Diagram Farrokh Alemi Ph.D. Francesco Loaiza, Ph.D. J.D. Vikas Arya.
MMG508.  Access Types  Tables  Relational tables  Queries  Stored database queries  Forms  GUI forms for data entry/display  Reports  Reports.
Unit 4: Computer Systems Design 4.1 Relational database system.
Driving School Database
CSCI 3140 Module 2 – Conceptual Database Design Theodore Chiasson Dalhousie University.
PLUG IT IN 3 Fundamentals of Relational Database Operations.
Relational Databases (MS Access)
What we’ve learnt Doc 5.69 Doc 5.70 Section 1-3. A simple database Related objects Tables hold the data Forms, reports, queries to access the data.
Database Design – Lecture 4 Conceptual Data Modeling.
Conceptual Databases Design Step 1 © Pearson Education Limited 1995, 2005.
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
* 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.
Description and exemplification use of a Data Dictionary. A data dictionary is a catalogue of all data items in a system. The data dictionary stores details.
Power Designer n See course web page for additional information on using Power Designer n Business rules – Come from a description of activities – Example.
Copyright © 2014 Pearson Canada Inc. 5-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5a Database Design Part 2: Using Information Technology.
DEVRY CIS 336 W EEK 3 G ROUP P ROJECT T ASK 1 D ATA M ODEL Check this A+ tutorial guideline at
DBM 380 Week 3 Individual Assignment ERD Creation Project The following assignment refers to material found in the Virtual Organizations. Create a detailed.
Order Database – ER Diagram
Application Extension 5a
IGCSE 4 Cambridge Designing a database table Computer Science
Database Management Systems II
Order Database – ER Diagram
Databases – Exam questions
Northern College Diploma Philip Bird
Unary Many-to-Many Relationship
COP 4540 Database Management
SEEM3430: Information Systems Analysis and Design
Software Specification Tools
Relational Databases.
What is IT? Preparation work for the BTEC Level 3 National Extended Certificate in Information Technology.
Database Management Systems (DBMS)
Fundamentals of Information Systems
Order Database – ER Diagram
Design a Relational Database Identify Database Purpose
Database Management  .
Assignment 4 Map entities with relationships to relational schemas.
DBM 502 Competitive Success-- snaptutorial.com
DBM 502 Education for Service-- snaptutorial.com
DBM 502 Teaching Effectively-- snaptutorial.com
Entity-Relationship Model and Diagrams (continued)
Order Database – ER Diagram
Four Levels of Data from Ricardo’s Database Illuminated
Technical Module A Data Modeling Definitions
الفصل الخامس قواعد البيانات Databases
5.02 Understand database queries, forms, and reports used in business.
Data Management Innovations 2017 High level overview of DB
Database Development Cycle
Database Design and Development
Creating a Master-Detail Form
Database Design Hacettepe University
Spreadsheets, Modelling & Databases
ICT Database Lesson 2 Designing a Database.
BUS2206 Access Lab Queries Second Term,
Databases and Information Management
Microsoft Access Date.
Databases WOW!! A database is a collection of related data.
Data Base.
© 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke
Presentation transcript:

G061 - Data Dictionary

Learning Objectives: describe the components of a data dictionary By the end of this topic you should be able to: describe the components of a data dictionary

Data Dictionary: is a complete description of the database

Data Dictionary contains: names of tables (entities) names of fields (attributes), data types, field lengths, validation checks, data codes, primary key fields identified, the relationships between entities, list of reports, list of queries, access rights

Examination questions Describe three main components of a data dictionary. [6] G061 January 2009 Q2 The field name is one component of a data dictionary. Identify and describe two other components of a data dictionary associated with fields. [4] G061 June 2010 Q4 The identification of keys is one item held in a data dictionary related to a field. Describe two other items held in a data dictionary related to a field. [5] G061 January 2012 Q5