Database Systems. What is a database? A database is an organised store of data items.

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

Organisation Of Data (1) Database Theory
ForenameSurnameFormSubjectTeacherGrade HarrySmithAICTMiss BunceA FionaJonesBHistoryMr EvansB HarrySmithAHistoryMr EvansB JennyFieldsBArtMiss GoldA HarrySmithAArtMiss.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Unit 7: Store and Retrieve it Database Management Systems (DBMS)
A Guide to MySQL 7. 2 Objectives Understand, define, and drop views Recognize the benefits of using views Use a view to update data Grant and revoke users’
Databases and Database Management Systems
Unit  Candidates should have an understanding of how organizations use ICT, including  sequential file systems (batch processing e.g. payroll);
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?
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
It refers to the software used to manage the database.
Databases Tom Morgan.
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.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
2.3 Organising Data for Effective Retrieval
Database Systems COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Unit 18: Database Modelling
DBMS By Narinder Singh Computer Sc. Deptt. Topics What is DBMS What is DBMS File System Approach: its limitations File System Approach: its limitations.
 Introduction Introduction  Purpose of Database SystemsPurpose of Database Systems  Levels of Abstraction Levels of Abstraction  Instances and Schemas.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
Database Technical Session By: Prof. Adarsh Patel.
Slide 1 St Andrew’s High School Standard Grade Computing Databases Standard Grade Computing Studies.
Slide 1 Standard Grade Computing Databases. Slide 2 Standard Grade Computing Definitions DatabaseA database is a structured collection of similar information.
Databases The Kingsway School. Database Systems Databases are programs which store information in a logical way. Databases have a structure which helps.
Databases ©
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
Microsoft Access Designing and creating tables and populating data.
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
Grade 11 Computer Science. Relational Databases  Using the link below, answer questions in your notebooks  Look at Kites.accdb database to refresh your.
Databases Unit 3_6. Flat File Databases One table containing data Data must be entered as a whole each time e.g. customer name and address each time (data.
FILES AND DATABASES. A FILE is a collection of records with similar characteristics, e.g: A Sales Ledger Stock Records A Price List Customer Records Files.
Databases.
3 / 12 Databases MIS105 Lec13 Irfan Ahmed Ilyas CHAPTER Prepared By:
ITGS Databases.
 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.
Data resource management
Utilizing Databases to Manage Precision Ag Data Candice Johnson BAE 4213 Spring 2004.
Database Management Systems (DBMS)
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
1 TOPIC 6 DATABASE 6.1 Introduction to Database 6.2 Basic Concept of Database 6.3 Database Object DATABASE.
Flat Files Relational Databases
CIS 250 Advanced Computer Applications Database Management Systems.
Introduction to Databases Angela Clark University of South Alabama.
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Adapted from: FatMax Licensed under a Creative Commons Attribution-NonCommercial- ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-
 A collection of data organized in a way that allows:  Easy access  Easy retrieval of specific data  Easy use of the data.
Database Overview What is a database? What types of databases are there? How are databases more powerful than spreadsheets?
Lesson 13 Databases Lesson Objective: Understand the main features of database software Learning Outcome: Clearly identify the uses of database software.
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
1 Lecture1 Introduction to Databases Systems Database 1.
GCSE ICT How data is stored. How is data stored? Data can be stored in paper-based systems including: –Reference books –Dictionaries –Encyclopaedias –Directories.
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
DATABASE’S Dave McDonald Student No /05/2016 Unit 10 task 1.
DATA TYPES.
Lesson 10 Databases.
Databases Key Revision Points.
Databases.
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Database Database is a large collection of related data that can be stored, generally describes activities of an organization. An organised collection.
Database Management  .
Databases A brief introduction….
What is a Database and Why Use One?
Spreadsheets, Modelling & Databases
The ultimate in data organization
Creating a Form © EIT, Author Gay Robertson, 2017.
Databases 1.
Database management systems
Presentation transcript:

Database Systems

What is a database? A database is an organised store of data items.

What are the key terms associated with databases? Query – is when you interrogate (search ) a database to find some information e.g. Search for all females in Year 8 because they need to be sent HPV injection letters. Report – the output from a database in which the results are presented in a way controlled by the user. It is usually a formatted printout. E.g. Formatted list of pupils who study each subject to work out rooms for exams. Import/Export – the ability of software to read and use the data produced by a different piece of software e.g. Exporting names and grades into a word processing program to produce reports.

What are the key terms associated with databases? Consistency –data should be stored in a consistent format Redundancy – data which is stored more than once unnecessarily is called redundant data Independence – the data is stored separately from the applications that use it

What is a flat file database? A flat file database contains only one table of data. These could be set up in either database software or spreadsheet software. What is a relational database? A relational database is a large collection of data items(tables) with relational links between them.

What are the problems with a flat file database? Redundancy Large amounts of duplicated data Makes data entry slower Uses disk space Reduced data integrity More likely to be inaccurate! Due to: Data input errors Inconsistent data entry Difficult to update If entries change all instances have to be updated Security All users have access to the same set of data

Database security Hierarchy of passwords – this limits users to various parts of the program. E.g. A receptionist would only have access to basic patient details but a Doctor would be able to see all the information. Access rights – only certain users can access and change data. E.g. Nurse would see information on a patient but be unable to alter drug doses etc. Independence – the data is stored separately from the applications that use it