Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching.

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 © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Information must be: Kept Tidy Kept Safe Stored in an accessible place Able to be found easily and quickly when needed.
Organisation Of Data (1) Database Theory
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Database Management Systems and Enterprise Software
Standard Grade Databases. What is a Database? A database is made up of files, records and fields. A structured collection of similar information that.
INFORMATION TECHNOLOGY Software Applications. WORD PROCESSING WP is the most commonly used package in business. A large number of documents are produced.
XP Practical PC, 3e Chapter 12 1 Accessing Databases.
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
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.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Database Management Systems. This lesson includes the following sections  Databases and Management Systems Working with a Database Enterprise Software.
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
How could the database be most efficiently searched to find all of the inventions of Samuel Morse? A. Inventor = "Morse" C. Invention = "telegraph" B.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
Chapter Eight Database ( 資料庫 ) Applications and Implications.
Database A database program is a piece of software to organize and sort information. It creates an electronic list of information that can be sorted very.
Slide 1 Standard Grade Computing Databases. Slide 2 Standard Grade Computing Definitions DatabaseA database is a structured collection of similar information.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Information Systems & Databases 2.2) Organisation methods.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
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.
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
Chapter 4c, Database H Definition H Structure H Parts H Types.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
Copyright © Prentice Hall Database Management Systems Chapter 13 Getting Data Together.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
Introduction to Database Tonga Institute of Higher Education NOS 215.
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
+ Information Systems and Databases 2.2 Organisation.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Database Management Systems (DBMS)
1 Database Basics: Filemaker 7 Introduction Center for Faculty Development, SJSU Steve Sloan
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
What is Handling Information?.
Microsoft Access Prepared by the Academic Faculty Members of IT.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
GCSE ICT How data is stored. How is data stored? Data can be stored in paper-based systems including: –Reference books –Dictionaries –Encyclopaedias –Directories.
Databases. What is a Database? A database is an organized collection of information or data. Databases can be paper-based or electronic. Information (text.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
DATABASE.
Databases.
GO! with Microsoft Office 2016
Handling Data Designing Structure, Capturing and Presenting Data
GO! with Microsoft Access 2016
Week 12 Option 3: Database Design
Database Management  .
Database Vocabulary Terms.
Databases.
INTRODUCING DATABASES
Handling Data Designing Structure, Capturing and Presenting Data
BUSINESS COMPUTER TECHNOLOGY
Spreadsheets, Modelling & Databases
The ultimate in data organization
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Copyright © Texas Education Agency, All rights reserved.
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.
BUSINESS COMPUTER TECHNOLOGY
Cycle 3: Unit 27 Lessons 104 – 111.
Database Management Systems and Enterprise Software
Presentation transcript:

Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching Queries Sorting records 15.4 Create and print reports Creating a report Printing a report DataBases

Outcomes By studying this chapter you should be able to: create a database; search and sort records in a database; display data using a selective query; design a variety of report formats to meet different needs. This chapter will help you to become a competent user of a database. It examines the basic features of databases and how to create a database. You will learn how to construct a query, how to create a report and how to modify a database

A database is an organised collection of data. People have used databases for many years, long before the advent of the computer. The telephone book is a database which is arranged alphabetically by family name. Another example is the traditional office filing cabinet. In recent years, computerised databases have been developed. There are three main reasons for this: Computers are ideal tools for searching a large amount of data, quickly and accurately. A computerised database allows cross-referencing, a feature that is very complicated on paper databases. Computerised databases can be updated without having to type all the data. A huge amount of information can be stored on disks, revised and arranged as appropriate. A computerised database can divide the data into sections for particular applications.

Databases are accessed by a database management system (DBMS), a software package that builds, maintains and provides access to a database (see Figure 15.1). The DBMS allows you to choose which data is required and how to display that information in a meaningful way. Before the advent of DBMS there was no alternative but to create a database using high level languages like COBOL, FORTRAN or C. Now, if a customised database is not required, a database can be created within a short amount of time using a DBMS.

Types of database A flat file database is the simplest type of database. All its data is contained in one file. Flat file databases are used for simple structured tasks such as storing personal names and address details. We examine flat file databases in this book. Databases can also be classified as a prepared database or an empty database. A prepared database (closed database) contains information about a specific subject. Its data can be accessed and read, but not changed. For example, a census on CD-ROM is a prepared database. An empty database

Data structures Data is the raw facts put into the computer system, such as text and numbers. This data is then processed by the computer. When the data has been ordered and given some meaning, it is called information. It is the result of work on the computer and depends on the data entered. Data is stored in data structures called files, records, fields and characters. To illustrate these data structures, consider the telephone book as an example of a database (see Figure 15.2). A file is a block of data. When you have done some work on the computer it is stored in a file. The L-Z telephone book would represent a file. A file in a database is divided into a set of related records

A record is a collection of facts about one specific entry in a database. Information about a person in the telephone book is a record. A record is divided into one or more related fields. A field is a specific piece of data. The family name, address and telephone number in the telephone book are fields. A field is also known as a data item or category and is made up of characters. A character is the smallest unit of data that people can handle and includes letters, numerals and special symbols.

1. Copy and complete the following sentences. Ais an organised collection of data. A flat file database is thetype of database. A prepared database containsabout a specific subject. An empty database allows data to be entered and (e)is the raw facts put into the computer system, such as text and numbers. Ain a database is divided into a set of related records. Ais a collection of facts about one specific entry in a database. A record is divided into one or more related Ais the smallest unit of data that people can handle. 2. Why have computerised databases developed in recent years? 3. How do you access a database? 4. What is the purpose of flat file databases? 5. Explain the difference between a prepared database and an empty database. 6. List the four data structures used in databases.