Spreadsheet vs Database When do we use them?. Spreadsheet review Why do we use a spreadsheet?

Slides:



Advertisements
Similar presentations
Database vocabulary. Data Information entered in a database.
Advertisements

Computer Concepts BASICS 4th Edition
UNIVERSITY OF PALESTINE business computer application College of Business Instructor: Mr. Ahmed Abumosameh.
M.S. Access Module CAS 133 Russ Erdman. M.S. Access Module Assignment Overview Two options for the unit: All students complete Units A, B and C In class.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Lecture Microsoft Access and Relational Database Basics.
Database Management An Introduction.
Table design screen Field name Data type Field size Other properties.
Database Software Application
What do you know? In your own words briefly describe what you know about databases? – Where are they used? – What are they used for? – How do they look?
Database Fundamentals
Objective 5.01: Understand database tables used in business Database Fundamentals.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
Introduction to database systems
MICROSOFT ACCESS Database Applications. Database Management System A database is a collection of organized data whose elements are in some way related.
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
Database Normalization Lynne Weldon July 17, 2000.
5 5 Data types Logical/Boolean Has only two alternatives: Yes or no, on or off true or false Text/Alphanumeric Refers to all letters and numbers and other.
Key Applications Module Lesson 21 — Access Essentials
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
Datafaces Data Base Management Software (DBMS) is a tool used to transform Data into Information. What is Data…? What is Information…? What is a Database…?
HSC IT Center Training University of Florida Introduction to Database Concepts and Microsoft Access 2007 Health Science Center IT Center – Training
Microsoft Access Designing and creating tables and populating data.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
What have we learned?. What is a database? An organized collection of related data.
Computer Literacy for IC 3 Unit 1: Computing Fundamentals © 2010 Pearson Education, Inc. | Publishing as Prentice Hall.1 Chapter 4: Identifying Software.
Databases and Speadsheets
Intro to Databases Vocabulary Copyright © Texas Education Agency, All rights reserved.
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.
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.
Database Objective Demonstrate basic database concepts and functions.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Database Fundamentals Objective 5.01: Understand database tables used in business.
Database design Using Access 2007
Classwork: Common Errors Primary keys: don’t forget them! Primary keys: choose the best one! – “Name” and “birthday” are not the best choices. – “Phone.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
Alighieri: Introduction to MS Access 1 What is a Database? RELATIONAL DATABASE A database is an organized collection of information. A database is designed.
Howard Paul. Sequential Access Index Files and Data File Random Access.
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,
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
 A collection of data organized in a way that allows:  Easy access  Easy retrieval of specific data  Easy use of the data.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
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 (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Databases.
Database Fundamentals
GO! with Microsoft Office 2016
GO! with Microsoft Access 2016
Database Management  .
Database Fundamentals
Database Fundamentals
Databases.
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Database.
Database Fundamentals
Database Fundamentals
Spreadsheets, Modelling & Databases
The ultimate in data organization
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Database Fundamentals
Presentation transcript:

Spreadsheet vs Database When do we use them?

Spreadsheet review Why do we use a spreadsheet?

Spreadsheet review Enter data Do calculations on data Examples: expenses, profit/loss

Expenses

Gradesheet

Database Store information long-term Search information

An example… What sort of information does Ren Da Fu Zhong need to keep? Think of at least 10 pieces of information!

RDFZ stores information on… Students: –Name, address, ID number, parents, grades, classes, teachers, payment info, absences, extra activities Teachers: –Name, address, ID number, classes taught, students taught, grades given, bank information, payment information

RDFZ stores information on… Other employees: –Name, job, hours worked/week, pay scale, bank information, duties/responsibilities Inventories: –How many classrooms, how many desks, chairs, overhead projectors, scanners, computers…

RDFZ stores information on… Lots of stuff! Can all of this fit on one spreadsheet? –No! –This is when we use a database.

Uses of a database Store data Backup data Add/Modify data Query data (ask questions) Generate reports (print data in an easy-to- read format)

Examples of databases Can you think of any?

Your music

Your games

Your web pages

Your life

Warning! Databases are very different from word processors, spreadsheets, or presentation software. You CANNOT just start typing. A database must be DESIGNED before you start adding data. Why?

Avoid duplication (putting in the same data many times) Logical organization of data

The parts of a database Do you remember: –Columns? –Rows? –Cells? These have different names in a database… 

Table: one page

Column = Field We have 3 fields: ID, title, and date Notice – every field has the same data type! This is required!

Data Type review Remember these from Excel?

Row = Record Here we have 4 records Each record has all the information from one entry.

Another example Here we have 3 records A record has all the info on one entry

Cell: Data Value How many data values are in this table?

Primary Key Here, the “Video Collection” field is the primary key EVERY table MUST have a primary key – a unique value

Primary Key Examples

Designing a Database Before we enter data, we must design the table Things to think about: –What fields do we need? –What data type does each field need? –Which field can become the primary key?

Example: RDFZ What information will RDFZ store about students? What data type should each be? Which field will make a good primary key?

Example: Taobao business We are running a business on TaoBao. We are selling clothing on the internet. We want to make a database of all the orders that we receive. What information must we store? What data type should each field be? What should be the primary key?

Example: a new home We are real estate agents, and need to build a database of all apartments in the area. What information must we store? What data type should each field be? What should be the primary key?