 Database ◦ A place where data can be stored and retrieved.  Objects ◦ An option you can manipulate. Eg. Tables, forms, queries.  Tables ◦ Tables are.

Slides:



Advertisements
Similar presentations
Organisation Of Data (1) Database Theory
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
By Wanda Gibson, CI, MMI, SME. Microsoft Access Access is a database management system. This system lets you create and process data. A database is a.
Guidelines for Setting Field Properties Each field has a number of properties, such as its name and data type, that you can set when you define the field.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Database Design Concepts INFO1408 Term 2 week 1 Data validation and Referential integrity.
Databases and Database Management Systems
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
Database terms Mr. Brunton.
Microsoft Access 2000 Creating Tables and Relationships.
MICROSOFT ACCESS Pn. Jamilah Binti Yusof. DEFINITION A database is the computer equivalent of an organized list of information. Typically, this information.
Access Lesson 2 Creating a Database
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
ACCESS. » Access is a database management system. » This system lets you create and process data. » A database is a collection of data that is organized.
LSP 121 Week 1 Intro to Databases. Welcome to LSP 121 Quantitative Reasoning and Technological Literacy II Continuation of quantitative data concepts.
DAY 15: ACCESS CHAPTER 2 Larry Reaves October 7,
MICROSOFT ACCESS Database Applications. Database Management System A database is a collection of organized data whose elements are in some way related.
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?
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date.
Relational Databases (MS Access)
Some Facts about Databases Key WordsData TypesCoding.
Datafaces Data Base Management Software (DBMS) is a tool used to transform Data into Information. What is Data…? What is Information…? What is a Database…?
Database What is a database? A database is a collection of information that is typically organized so that it can easily be storing, managing and retrieving.
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.
DATABASE SYSTEMS. DATABASE u A filing system for holding data u Contains a set of similar files –Each file contains similar records Each record contains.
Version: 2.0. Forenam e of parent Surname of parent Address 1 Address 2 Name of child Age of child School database example. Try adding a few rows for.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
IBS 520 Introduction to Internet Technology Database Fundamentals Week 4.
Database revision.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
WHAT IS A DATABASE? A database is an organized collection of related information.
DBMS Using Access Note: If using software other that Access, consult manufacturer’s manual.
Database Management Systems (DBMS)
Intro to Databases Vocabulary Copyright © Texas Education Agency, All rights reserved.
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.
Database Objective Demonstrate basic database concepts and functions.
Databases 101 © Dolinski What you will learn How relational databases work What are the components that make up a database How to create each component.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
1 Databases A database is a collection of related pieces of information A database can be computerised or non- computerised (manual - such as filing system,
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
Database design Using Access 2007
Microsoft Access Prepared by the Academic Faculty Members of IT.
Microsoft Access Prepared by the Academic Faculty Members of IT.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
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.
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
2b. Create an Access Database Lingma Acheson Department of Computer and Information Science IUPUI CSCI N207 Data Analysis with Spreadsheets 1.
DATABASE.
IGCSE 4 Cambridge Designing a database table Computer Science
Database Fundamentals
GO! with Microsoft Office 2016
IS 130 Information systems 1
Database Systems Chapter 3 1.
Database Systems Unit 16.
GO! with Microsoft Access 2016
What is a Database and Why Use One?
Database Fundamentals
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
Database Fundamentals
BUSINESS COMPUTER TECHNOLOGY
ICT Database Lesson 2 Designing a Database.
BUSINESS COMPUTER TECHNOLOGY
Database Fundamentals
Presentation transcript:

 Database ◦ A place where data can be stored and retrieved.  Objects ◦ An option you can manipulate. Eg. Tables, forms, queries.  Tables ◦ Tables are used to store the data being managed

 Forms ◦ Forms provide a way of displaying and entering data.  Reports ◦ Reports let you print or view data in a useful format  Queries ◦ A way of storing and answering questions within the database

 Libraries  Birth Papers  Drivers Permits  Passports  Facebook

 Advantages ◦ No specific training required  Disadvantages ◦ Data is often duplicated ◦ Time consuming ◦ Inconsistency of data ◦ Data cannot be shared easily

 A computerized database where data can be stored in a structured and organized way so that data can be retrieved much faster.

 Advantages ◦ Information can be retrieved faster ◦ Data duplication is reduced ◦ Increased Security ◦ Less errors ◦ Reduces long term storage costs  Disadvantages ◦ Specialized software needed ◦ They can be expensive to implement and hard to maintain ◦ Sometimes time consuming

DATA TYPEPURPOSE TextUsed to store alphanumeric characters (letters or numbers). Et. Name, address, phone number, country NumberUsed to store numbers with or without decimal places. Eg. Age, average, quantity. CurrencyUsed to store money values. Eg. Salary, price, discount Date/TimeUsed to store date/time values. Eg. Date of bith, date joined, death date AutonumberCreates automatic numbers. Eg. ID number MemoUsed to store long text notes or paragraphs. Eg. Remarks Yes/NoUsed to store yes or no. eg. Pass or Fail

 A table is a collection of records.  It is made of a set of rows and columns  The information entered into the database is stored in a table

 A record is a collection of related fields. It contains a single row and many columns. ◦ Eg. The record of a persons existence is a birth paper. It contains one row but many fields that are related. FIRSTNAME, SURNAME, PLACE OF BIRTH, MOTHER, FATHER, HOSPITAL. Everything is related to the reason the person is in the database.

 A field is a single column in a table that stores data.  A field can also be referred to as an attribute. ◦ Eg. NAME, AGE, DATE OF BIRTH, PHONE NUMBER, ADDRESS, SEX.

 It is the type of data that a field can store. ◦ Eg. ◦ The AGE FIELD would store a number ◦ The FIRST NAME FIELD would store text

 A field description describes what is in the field. The description helps other users of the database to understand what it is used for.

 Design View ◦ Where you design the database, label the fields, choose the field type and enter a field description.

 Datasheet View ◦ Where you enter information into the database that you created.

FIELD NAMEDATA TYPEDESCRIPTION STORM NAMETEXTNAME OF THE STORM ORIGINTEXTPLACE WHERE IT ORIGINATED DATE OF ORIGINDATE/TIMEDATE STORM WAS FORMED CATEGORYNUMBERCATEGORY FROM 1 TO 5 MAJOR HURRICANEYES/NOWHETHER THE STORM BECAME A MAJOR HURRICANE

Storm NameOriginDate of Origin CategoryMajor Hurricane BerthaCoast of Africa 3/07/20083Yes DollyCaribbean Sea 20/07/20082No GustaveWinward Islands 25/08/20084Yes HannaLeeward Islands 28/08/20072No KyleCaribbean Sea 29/09/20072No

FIELD NAMEDATA TYPEDESCRIPTION First NameText SurnameText AgeNumber Primary SchoolText Secondary SchoolText Favourite SubjectText Favourite time of DayDate/Time Favourite ArtistText Love School?Yes/No Love SleepYes/No FILL THE TABLE WITH 10 PEOPLE

Field NameData TypeDescription Customer IDTextCustomer ID Last NameTextLast Name First NameTextFirst Name AddressTextAddress Birth DateDate/TimeDate of Birth Home TelTextHome Telephone Work TelTextWork Telephone Text Address GenderTextGender Work PlaceTextPlace of Employment

Field NameData TypeDescription DvdIDText6 Digit Unique Number TitleTextEnter Title TypecodeText2 digit code RatedTextRating MinsNumberMinutes CostCurrencyCost of DVD QuantityNumberQuantity in Stock