Databases A database is a collection of data that is stored in a computer system. Databases allow their users to enter, access, and analyze their data.

Slides:



Advertisements
Similar presentations
Microsoft Access for beginners. What is a Database? Collection of information related to a particular subject or purpose Computer databases try to organize.
Advertisements

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.
A database is a collection of data that is stored in a computer system. Databases allow their users to enter, access, and analyze their data quickly and.
Database Management Systems and Enterprise Software
Fundamentals of Database Design John Villamil-Casanova Executive Vice President & CIO The Aspira Association ext. 123
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Database Software Application
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
1. Define the term ‘database’(2) A database is a large and continuously updated collection of stored data structured to allow the various applications.
 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.
Introduction to database systems
Lesson 1 -What is a Database? -Fields and Records
Chapter 9 Database Management Discovering Computers Fundamental.
Sundara Ram Matta Mar 02 nd, Sundara Ram Matta Mar 02 nd, 2015
Unit 1.  Introduction  Syllabus  Questions  Database Systems Overview.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
What is a Database? A Database is…  an organized set of stored information usually on one topic  a collection of records  a way to organize information.
Database Fred Durao What is a database? A database is any organized collection of data. Some examples of databases you may encounter in.
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.
Presented By: Gail Rose-Innes Camps Bay High School ICT & CAT Department Microsoft Access 2010.
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.
DATABASE What exactly is a database How do databases work? What's the difference between a spreadsheet database and a "real" database?
Mr. Keller - MS Office 2 Access 2000 Chapter 1 Mr. Keller.
What have we learned?. What is a database? An organized collection of related data.
Introduction to Access. Access 2010 is a database creation and management program.
Foundation year Lec.5: Lec.5: Database Management System Lec.5: Lec.5: Database Management System Lecturer: Fatma El-Zahraa Mohamed Year: 2015/2016.
Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could be.
1 Database Basics: Filemaker 7 Introduction Center for Faculty Development, SJSU Steve Sloan
CHAPTER 1 – INTRODUCTION TO ACCESS Akhila Kondai September 30, 2013.
What is Handling Information?.
INTRODUCTION DATABASE TO. Who Needs a Database?????? We all do!!!!!!!!
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 (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Microsoft Access 2007 Introduction to Database. What is a Database? Database--A Collection of Tables Usually Associated With a General Topic Database.
DATABASE.
Lesson 10 Databases.
Fundamentals of Database
Databases.
Creating a Database Microsoft Access.
Databases Chapter 16.
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Database Systems Unit 16.
records Database Vocabulary It can be useful to collect information.
Handling Data Designing Structure, Capturing and Presenting Data
ICT Database Lesson 1 What is a Database?.
Fundamentals of Database Design
Database Vocabulary Terms.
Database Management Dr. Yan Quan Liu ILS, SCSU
Searching for and Accessing Information
Databases.
INTRODUCING DATABASES
DATABASES.
Databases.
Database Fundamentals
Handling Data Designing Structure, Capturing and Presenting Data
Test Your Tech Blogging is: Someone's online journal.
BUSINESS COMPUTER TECHNOLOGY
Spreadsheets, Modelling & Databases
DATABASES WHAT IS A DATABASE?
Introduction to Databases
BUSINESS COMPUTER TECHNOLOGY
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Copyright © Texas Education Agency, All rights reserved.
Multiplication Tables
BUSINESS COMPUTER TECHNOLOGY
Database Management Systems and Enterprise Software
Lesson 2: Gathering and Organizing Information Using ICT KEY QUESTION: HOW DO YOU GATHER AND ORGANIZE INFORMATION USING THE COMPUTER AND INTERNET?
Presentation transcript:

Databases A database is a collection of data that is stored in a computer system. Databases allow their users to enter, access, and analyze their data quickly and easy.

Definition A database is any organized collection of data or a list of some kind. Some examples of databases you may encounter in your daily life are: a telephone book T.V. Guide airline reservation system motor vehicle registration records papers in your filing cabinet files on your computer hard drive. 

The easiest way to understand a database is to think of it as a collection of lists. Think about our “database” of student notecards. What lists are contained in that database?

Databases are lists, this is true of all databases, from the simplest to the most complex. For instance, if you are creating an list of your friends and their favorite cake flavors, you could create a database. If you wanted to get even more complex you might add your friend’s address and birthdays. Your database would have a list of names, cake flavors, addresses, and birthdays.

But isn’t that what Excel is for? Excel (which is a database) stores data too, but it has a different purpose. Excel is helpful when storing and using numbers. A Database like Access is helpful when storing non-numerical data, like names and descriptions. Databases allow you to sort and analyze this numerical data quickly.

What is really cool about Databases is that they can are relational What is really cool about Databases is that they can are relational. They understand how lists and objects relate to one another. For example, if I had a list of all STAR teachers and all Students Names, I could then create a list of what students are in what star class. The computer would realize that the “Montei” in the student list is the same as the “Montei” in Mr. Walker’s homeroom.

Let’s Look at Some Examples This “Top 10 Books” is a list in a Database. Hunger Games is #1

The computer knows that the Hunger Games in the top 10 list relates to this list.

Which is also related to this list of books by Suzanne Collins

This is what I see when you check out a book This is what I see when you check out a book. The computer knows that this record of Katherine Montei

This is the same Katherine Montei

Relational databases can recognize what a human can: that if the same words appear in multiple lists, they refer to the same thing. The fact that relational databases can handle information this way allows you to enter, search, and analyze data in more than one table at a time. All of these things would be very difficult to do in Excel, but in Access, even complicated tasks can be simplified and made fairly user-friendly.

The End