DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.

Slides:



Advertisements
Similar presentations
Creating Tables Unit 9 - Databases.
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
DATABASE RC D DD CMA C M R B PK E I S H S RC H L I V FK.
WHAT D IS RAW, UNPROCESSED FACTS AND FIGURES COLLECTED, STORED AND PROCESSED BY COMPUTERS.
Database ACCESS. Database A series of objects used to enter, manage, and view data.
DATA TYPES ICT DATATYPES. DATA TYPES ICT Numeric Data Numeric data simply means numbers. But, numbers come in a variety of different types... Integers.
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
Information Storage and Retrieval CS French Chapter 3.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Data type – determines the type of data and range of values that can be entered in a field.
Creating a table in Access. Table Design Considerations Just as you first create a blueprint to build a house, you should first sketch or outline the.
Database terms Mr. Brunton.
Microsoft Access 2000 Creating Tables and Relationships.
Information and Data What’s the difference between two? Information systems = hardware and software working together… It will take DATA that has been put.
Verify your data entry You could use data types and field properties for adding any validation on your date: EX: Data type: number : allow the user to.
Database Evidence Elena Rybka. Field Names Entering Field Names 0 I entered all of the Field Names that were specified in the Data Item list provided.
 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.
Designing a Database (Part I) -Identify all fields needed to produce the required information -Group related fields into tables -Determine Each Table’s.
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.
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.
GCSE Computing#BristolMet Session Objectives# 20 MUST describe a database and discuss the legal implications of storing personal information SHOULD explain.
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.
Databases The Kingsway School. Database Systems Databases are programs which store information in a logical way. Databases have a structure which helps.
Creating a Database Designing Structure, Capturing and Presenting Data.
Collecting Data Types, coding, accuracy, file formats and the effect of data loss.
DAY 22: MICROSOFT ACCESS – REVIEW Akhila Kondai November 04, 2013.
Some Facts about Databases Key WordsData TypesCoding.
11 3 / 12 CHAPTER Databases MIS105 Lec15 Irfan Ahmed Ilyas.
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.
Property of Jack Wilson, Cerritos College1 CIS Computer Programming Logic Programming Concepts Overview prepared by Jack Wilson Cerritos College.
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.
 So far in ICT we’ve covered how data is entered into computers (data capture) and how it’s checked (validation and verification).  In this section.
What have we learned?. What is a database? An organized collection of related data.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Data Types and Field Properties 5.01 Understand database tables used in business.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Data Verification and Validation
Design tools: representing the functionality and appearance of solutions.
Database design Using Access 2007
Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole.
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Microsoft Access Prepared by the Academic Faculty Members of IT.
Microsoft Access Prepared by the Academic Faculty Members of IT.
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,
Access Query Design. IT Fundamentals2 Access Query Design The Query design screen provides a mechanism for selecting specific data from datafile(s) by:
Sample template for portfolio - I would prefer to see you do something more original!
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
MICROSFTACCESS tables. DATA TYPES Field TypeWhat It Holds Short Text Text up to 255 characters long (including spaces and punctuation). Use a Text field,
Input, Output and Processing.. What data needs to be input into the system? Identify the sources – i.e. where does the data come from? What is the volume.
Data Types Mr Tottman Link. Data Types Programs need to use data for calculations and for output to various devices The best programs will always use.
DATA TYPES.
DATABASE.
IGCSE 4 Cambridge Designing a database table Computer Science
Creating a database table
Unit 16 – Database Systems
Creating a table in Access
Objectives TO UNDERSTAND THAT CAPTURING DATA IS VALIDATED AND VERIFIED TO CHECK THAT IT IS REASONABLE AND CORRECT.
Databases Software This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Designing data capture forms
Database Theory.
Spreadsheets, Modelling & Databases
Presentation transcript:

DATABASE

Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS. Related records means that one field in a table will contain the same sort of information as a field in each of the other tables.

ISBNTitleAuthorPublisher Complete Cat CareClaudia HeinikenStones Build your own home Brian DeaconTaylor Better homesJula StonesTaylor File

ISBNTitleAuthorPublisher Complete Cat Care Claudia HeinikenStones Build your own home Brian DeaconTaylor Better homesJula StonesTaylor Fields

ISBNTitleAuthorPublisher Complete Cat Care Claudia HeinikenStones Build your own home Brian DeaconTaylor Better homesJula StonesTaylor Record

ISBNTitleAuthorPublisher Complete Cat Care Claudia HeinikenStones Build your own home Brian DeaconTaylor Better homesJula StonesTaylor Key Field

ISBNTitleAuthorPublisher Complete Cat Care Claudia HeinikenStones Build your own home Brian DeaconTaylor Better homesJula StonesTaylor Key Field uniquely identifies an individual record

DATA TYPES ALPHANUMERIC/TEXT NUMERIC (NUMBER) LOGICAL/BOOLEAN DATE

ALPHANUMERIC/TEXT Can hold any character such as a letter, number, symbol or space. Mixture of letters and numbers.

DATA TYPES ALPHANUMERIC/TEXT NUMERIC (NUMBER) LOGICAL/BOOLEAN DATE

NUMERIC (number) For integers (whole numbers) or real numbers (decimals) Fields that hold numbers only eg. 27 or 0.24, not numbers and text

DATA TYPES ALPHANUMERIC/TEXT NUMERIC (NUMBER) LOGICAL/BOOLEAN DATE

LOGICAL/BOOLEAN Can only hold two values – usually yes/no or true/false. Fields such as a Member? Paid? Where the answer is yes or no. Access shown this as a box that is ticked yes or not ticked no.

DATA TYPES ALPHANUMERIC/TEXT NUMERIC (NUMBER) LOGICAL/BOOLEAN DATE

For dates or times. Storing dates in many different formats.

VALIDATION Use validation rules to make sure the data you enter is REASONABLE. A validation rule does not stop you entering the wrong data, it stops you entering UNREASONABLE data.

VERIFICATION Two methods, visual checking and double entry.