Database Use and Structure

Slides:



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

Database Management Systems and Enterprise Software
Databases Using Information. What is a Database? A database package allows the user to organise and store information. This information can be sorted,
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
What is an Information System?. What is data?  DATA is raw facts and figures.  These have very little meaning until they are sorted or they are used.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Relational Databases What is a relational database? What would we use one for? What do they look like? How can we describe them? How can you create one?
Database Software Application
CORE 2: Information systems and Databases STORAGE & RETRIEVAL 2 : SEARCHING, SELECTING & SORTING.
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.
How To Find Annual Seminar Educational Sessions in the Security Database & Library Catalog.
IGCSE ICT Data Handling Applications.
WHAT Exam Practice WHY All MUST Most SHOULD Some COULD Be able to understand the requirements of the exam to achieve a grade D Be able to understand the.
Database Management Systems. This lesson includes the following sections  Databases and Management Systems Working with a Database Enterprise Software.
1. Define the term ‘database’(2) A database is a large and continuously updated collection of stored data structured to allow the various applications.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
Step 1:Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could.
Database Management System (DBMS)
CDP Standard Grade1 Commercial Data Processing Standard Grade Computing Studies.
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.
Creating a Database Designing Structure, Capturing and Presenting Data.
Up up and away You have had a try at being a wizard, now it is time to be a superhero. Up, Up and Away You are a budding superhero. But the problem is.
Information Systems & Databases 2.2) Organisation methods.
Microsoft Access Database Software.
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 do you think the word ‘database’ means?
Microsoft Access 2000 Presentation 1 The Basics of Access.
3 / 12 Databases MIS105 Lec13 Irfan Ahmed Ilyas CHAPTER Prepared By:
Pupil Records Pupil Reports Surveys Club Records Database Applications.
Database Management Systems (DBMS)
Databases.  A database is simply a collection of information stored in an orderly manner.  A database can be as simple as a birthday book, address book.
Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could be.
Introduction to Databases. What is a database?  A database program is nothing more than an electronic version of a 3x5 card file  A database is defined.
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,
Flat Files Relational Databases
CIS 250 Advanced Computer Applications Database Management Systems.
Part 1.  To answer the question “what is a database?”  To understand the basic components of a database and start to plan/create our own.
Introduction to Databases Angela Clark University of South Alabama.
Introduction to Databases. Information Overload! Open the Excel document “Journal Info Spreadsheet” Using this document, you will be individually attempting.
Access 2, FORM BASICS In Access. 9/22/042 Access Lab Plan To Develop a Database & Applications To Learn Class Concepts To Learn Access Basics.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Unit 5b Databases January 2011 Miss Collins. Unit Objectives Analysing data and asking questions: using complex searches You will learn –What is a database?
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
1 Files and databases Suppose a school stores information about its students on record cards. Each student has their own card; this is their record. Record.
© All Rights Reserved Databases.
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
( ) 1 Chapter # 8 How Data is stored DATABASE.
 At the end of the class students should:  distinguish between data and information.  explain the characteristics and forms of Information Processing.
Unit 1 – Understanding ICT
DATABASE.
Databases.
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Database Systems Unit 16.
records Database Vocabulary It can be useful to collect information.
The Database Application
Databases.
GCSE Computing Databases.
Data Types Quiz.
Step 1:Introduction to a Database
DATABASES.
Databases.
Databases.
Unit 2: Fundamentals of Computer Systems
Spreadsheets, Modelling & Databases
Introduction to Databases
Security of People, Property and Information
Database Management Systems and Enterprise Software
Presentation transcript:

Database Use and Structure 8.4 Databases Database Use and Structure

What is a Database? A database is a collection of data stored in a logical way. This data can be accessed, organised, sorted through and displayed in a range of ways. You will use a wide number of databases on a daily basis without ever realising it. Usually a database will store data on one specific subject or topic.

Common Databases Databases are all around us and we use them everyday without thinking about it. Think about your mobile phone. There is a database which stores all of your contacts. These may be sorted by surname to make them easier to find. The school keeps details on all its students. When a register is taken your attendance mark is stored in a database. Your local video store will have a database of all the titles they have on offer. This database will tell them when the title was last rented and by who.

Database Structure There are three main parts to a database The database is made up of one or more tables. A table stores data on a particular group. The schools database may have a table for its pupils and another for the staff. Each one of the tables is made up using fields. A field stores a piece of information on each record. Examples include Name, Address, Postcode, gender etc. A record is a collection of fields on one subject.

Structure Continued

Advantages of Databases All information can be centralised (kept in one place) Electronic databases can be accessed by multiple people at the same time. Think about large businesses with multiple staff. Electronic databases mean increased security Faster searching, filtering and sorting of data. Data can be presented in different forms. Data can be checked on entry using validation and verification

Disadvantages of using Databases Databases can be hard to design and create Special hardware and software can be required Special training may be needed for staff