Introduction to Data Bases. What is (are) Data Information? - no Information is PROCESSED data Data are facts - descriptions of an entity, Entity -> Me.

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

Database Relationships in Access As you recall, the data in a database is stored in tables. In a relational database like Access, you can have multiple.
Organisation Of Data (1) Database Theory
Relational Database Systems Higher Information Systems Advanced Implementation in Filemaker Pro.
Database Design Week 10.
Using a database to organize information
WHAT D IS RAW, UNPROCESSED FACTS AND FIGURES COLLECTED, STORED AND PROCESSED BY COMPUTERS.
Data Elements and Tables IT Key Ideas, Dynamic Database Systems, 2002 Chapter 7.
Computer Science & Engineering 2111 Introduction to Database Systems 1CSE 2111-Introduction to Database Systems.
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
ISP 121 Week 1 Introduction to Databases. ISP 121, Winter Why a database and not a spreadsheet? You have too many separate files or too much data.
Introduction to Databases CIS 5.2. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Week 2 Normalization and Queries
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
LSP 121 Week 2 Normalization and Queries. Normalization The Old Car Club database presented a problem – what if one person owns multiple cars? (One owner.
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?
CST-133 DataBase Labs Access DataBase Labs -- Muggwump Fish Farm Click your left mouse button to proceed... © Delta College CST Faculty.
Database Software Application
MS Access 2007 IT User Services - University of Delaware.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Database terms Mr. Brunton.
Introduction to Database Systems
Computer Science & Engineering 2111 Introduction to Database Systems 1CSE 2111 Introduction to Database Systems.
WEEK 11 Database Design. Agenda Hybrid Review Create Tables Add, Edit Data Create Relationships in MS Access 2010 Queries.
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
WJEC Applied ICT Databases – Terminology and Notation DEFINITION A database is a collection of data or information which is held together in an organised.
Introduction to database systems
Lesson 1 -What is a Database? -Fields and Records
MICROSOFT ACCESS Database Applications. Database Management System A database is a collection of organized data whose elements are in some way related.
Microsoft Access Introduction. What Is a Database Suppose you are a school administrator. You need to have information about –Students –Faculty –Staff.
Lesson 1 Introduction of Databases Using Microsoft Access.
Relational Databases (MS Access)
Slide 1 Computing Science: Databases Revised May 2012 St Andrew’s High School Computing Science Databases Computing Science Level - National 4 / 5.
Organizing Data Revision: pages 8-10, 31 Chapter 3.
Information Systems & Databases 2.2) Organisation methods.
Chapter 17 Creating a Database.
Presented By: Gail Rose-Innes Camps Bay High School ICT & CAT Department Microsoft Access 2010.
Computer Science & Engineering 2111 Lecture 10 Introduction to Database Management Systems 1.
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.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
1 Database & DBMS The data that goes into transaction processing systems (TPS), also goes to a database to be stored and processed later by decision support.
Databases,Tables and Forms Access Text by Grauer Chapters 1 & 2.
Introduction to Database Tonga Institute of Higher Education NOS 215.
What have we learned?. What is a database? An organized collection of related data.
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
Database revision.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
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.
Cs111_pre.ppt CS111 Introduction to Programming. Cs111_pre.ppt Information You are responsible for you life No one else Your effort; energy; time; money.
Foundations of Business Intelligence: Databases and Information Management.
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.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Introduction to Databases CISC Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Sample Table Standard Notation Entity name in uppercase
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
Software. Because databases can get very big, it is important to decide exactly what is going to be stored in each field. Fields can be text, number,
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
Southern Methodist University CSE CSE 2337 Introduction to Data Management Chapter 2.
GCSE ICT How data is stored. How is data stored? Data can be stored in paper-based systems including: –Reference books –Dictionaries –Encyclopaedias –Directories.
Normalisation Unit 6: Databases. Just to recap  What is an Entity  What is an Attribute?
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
Introduction to Database Systems
Databases Chapter 16.
Introduction to Database Systems
Presentation transcript:

Introduction to Data Bases

What is (are) Data Information? - no Information is PROCESSED data Data are facts - descriptions of an entity, Entity -> Me Facts -> Name, Address, Phone, Age, Ht, Wt, IQ, Eye, Hair Facts can be related or unrelated Name -> First, Last, MI Address -> Str#, Street, City, State, Zip

Data (cont.) Facts can be Unique to an entity (SSAN) Facts can group people (City, Zip, Eye Color, Income) Facts give information, but must be processed - Relate to an entity: SSAN->Individual - Counted: Population of a state - Ordered: Names in a telephone book - Searched: Finding the people on a street with children - Segregated: Finding registered voters in a district

Levels of Data Bit - 1's & 0's, Computers think in it Character - One or more Bits Field - One or more Characters, max size important Record - One or more Fields, Single field data file is a list File - One or more Records, (Draw flat file example) (N, SS#, Ph) (Note) Here is where most folks stop

Data Base - One or more files - Why more than one file? Different sources List of names and address of students - List of Grades from each class - Merged to form...Report Cards Info not achievable otherwise - List of names & Defaulted Loans - List of voter registrations - Result is recovery of money

Other Terms Data Banks: Groups of Data Bases DBMS: Data Base Management System Keys: The order that records are sorted/searched. Can be more than one –Primary Key: Should be unique to each record –Secondary Key(s) –Compound Keys: Eg. LName FName MI

Other Terms (cont.) Types of Data –Text: Sorts/Queries based on ASCII values of characters

ASCII Table

Other Terms (cont.) Types of Data –Text: Sorts/Queries based on ASCII values of characters –Number: Math functions can be performed on these values –Date: Based on number of days since 12/31/1899 Days can be added or subtracted forming new dates (Eg: 01/01/ = 01/08/2006) DBMS: Data Base Management System

The Relational Model –Data is stored on “Tables” of fixed-length records –Portions of records called “Fields” –Similar fields in different files can be “Related” Individual records in different files can be linked based on data in “Related” fields being identical –Very Flexible, Relations created “On-The-Fly” –Makes Cross-referencing possible Tickets IssuedDriver’s Licences Tic# Date DL#DL# Name Address /1/ Doe 151 Main

Other Terms (cont.) Queries –Method for selecting records that fit a criteria given –Eg: List all the records where the Last Name begins with the letter S –In MS Access LName (assuming that’s what you named the field) in the Field Box “S*” in the Criteria Box “*S*” for a sliding match (field contains the letter S) –Queries Need three elements

A Table: where you are looking

A Criteria: what you want

A Report: how you want it to look