5 5 Data types Logical/Boolean Has only two alternatives: Yes or no, on or off true or false Text/Alphanumeric Refers to all letters and numbers and other.

Slides:



Advertisements
Similar presentations
How data is stored. Data can be stored in paper-based systems including: Reference books Dictionaries Encyclopaedias Directories Index Files Filing systems.
Advertisements

Copyright © 2008 Pearson Prentice Hall. All rights reserved.1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2.1: Relational Databases.
DATABASE RC D DD CMA C M R B PK E I S H S RC H L I V FK.
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Accessing Your Data Using Reports, Grids and Queries.
DATA TYPES ICT DATATYPES. DATA TYPES ICT Numeric Data Numeric data simply means numbers. But, numbers come in a variety of different types... Integers.
Mail Merge. What is a mail merge? One letter that you want to send to lots of different people.
Chapter 7 Data Management. Agenda Database concept Import data Input and edit data Sort data Function Filter data Create range name Calculate subtotal.
Basic Concept of Data Coding Codes, Variables, and File Structures.
1 AQA ICT AS Level © Nelson Thornes Types of data.
Data type – determines the type of data and range of values that can be entered in a field.
Relational Database Need to Knows. What is a database? Data - is just a pile of numbers or stats. A business "organises" the data to be meaningful and.
Microsoft Access 2000 Creating Tables and Relationships.
BIS121 IT for Business Application Lecture 8 – Database (Part I)
Attribute Data in GIS Data in GIS are stored as features AND tabular info Tabular information can be associated with features OR Tabular data may NOT be.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
Access Data Types Copyright © 2006 Patrick McDermott College of Alameda
Logical or Boolean Data stored in Boolean form can only be one of two available values. Think of a light switch – it’s on or off. Examples include: YES.
Chapter 4 Introduction to MySQL. MySQL “the world’s most popular open-source database application” “commonly used with PHP”
Complete theory from last lesson… Put today’s date in the front of your book Read pages 46 and 47 of the textbook…
Chapter 5: Data Types (2013) Revision Candidates should be able to know: Identify different data types? Key terms: File, record, field and key field Database.
Database Essentials. Key Terms Big Data Describes a dataset that cannot be stored or processed using traditional database software. Examples: Google search.
Some Facts about Databases Key WordsData TypesCoding.
Presented By: Gail Rose-Innes Camps Bay High School ICT & CAT Department Microsoft Access 2010.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Preparing To Automate Data Management Chapter 1 “You.
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.
Databases (2) Lesson Objective: Understand the purpose of DBMS. Understand data types, queries, forms and reports. Learning Outcome: Make a data table.
Computers in the Library A database application. Input and Output Devices Input Keyboard Mouse Scanner / light pen Output VDU / screen / monitor Printer.
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.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Unit 5 Advanced Databases The Purpose and features of a relational database.
Databases and Speadsheets
Spreadsheet vs Database When do we use them?. Spreadsheet review Why do we use a spreadsheet?
GLOBEX INFOTEK Copyright © 2013 Dr. Emelda Ntinglet-DavisSYSTEMS ANALYSIS AND DESIGN METHODSINTRODUCTORY SESSION EFFECTIVE DATABASE DESIGN for BEGINNERS.
2008 November CAT Practical examination Perez Version 9.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Study Opportunities1 Database table quiz What is your name?
A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
Mr C Johnston ICT Teacher
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.
Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole.
Howard Paul. Sequential Access Index Files and Data File Random Access.
ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.
Software. Because databases can get very big, it is important to decide exactly what is going to be stored in each field. Fields can be text, number,
 A collection of data organized in a way that allows:  Easy access  Easy retrieval of specific data  Easy use of the data.
Lesson 13 Databases Lesson Objective: Understand the main features of database software Learning Outcome: Clearly identify the uses of database software.
09/06/ Data Representation ASCII, Binary Denary Conversion, Integer & Boolean data types.
Copyright © it’sLearning 365. All rights reserved. DATABASE CONCEPTS Understanding Databases Start …
2b. Create an Access Database Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1.
DATA Unit 2 Topic 2. Different Types of Data ASCII code: ASCII - The American Standard Code for Information Interchange is a standard seven-bit code that.
DATA TYPES.
DATABASE.
Building Tables & Defining Relationships
Unit 16 – Database Systems
Data type for fields in Access
Creating Table Design View.
Coding Concepts (Data- Types)
Spreadsheets, Modelling & Databases
ICT Database Lesson 2 Designing a Database.
Databases This topic looks at the basic concept of a database, the key features and benefits of a Database Management System (DBMS) and the basic theory.
Presentation transcript:

5 5 Data types Logical/Boolean Has only two alternatives: Yes or no, on or off true or false Text/Alphanumeric Refers to all letters and numbers and other characters you can see on the keyboard Numeric (Real/integer) Real has a decimal at least and integer are whole numbers, both positive and negative Date A date and formats can vary Currency

Putting data into structure Databases, spreadsheets and many other types of software require that the data is put into a structure An organized store of data is called a database Flat file databases are of limited use and only used for simple databases. Only one table with information. Relational databases don’t store all the data in one table. It stores in several tables with links between. Flat file Relational A record One row A field Vertical column Redundancy Key field

Create a database Excel and Access are two common program to create simple databases. Even though these program also have advanced functionality. Pupils Pupil number Surname Tutor group Tutor groups Tutor group Tutor number Tutors Tutor number Tutor title Tutor surname Tutor initial

Extra Foreign keys is a key that actually is a key in another one (table) as well. Analogue digital conversion