Unit 23 Database and Spreadsheets Prepared by :Nahed Al-Salah.

Slides:



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

UNESCO ICTLIP Module 4. Lesson 3 Database Design, and Information Storage and Retrieval Lesson 3. Information storage and retrieval using WinISIS.
Chapter 12 Information Systems Chapter Goals Define the role of general information systems Explain how spreadsheets are organized Create spreadsheets.
Chapter 12 Information Systems Nell Dale John Lewis.
Attribute databases. GIS Definition Diagram Output Query Results.
Concepts of Database Management Sixth Edition
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
CORE 2: Information systems and Databases STORAGE & RETRIEVAL 2 : SEARCHING, SELECTING & SORTING.
Chapter 6: Pivot Tables Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Lecture Roger Sutton 14: Data Management Facilities 1.
Chapter 12 Information Systems. Spreadsheets Databases 12-2.
DAY 16: ACCESS CHAPTER 2 Tazin Afrin October 10,
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
Introducing Access Lesson 1. Objectives Start Access and explore the Database window Explore database objects Enter, edit, and delete records in a datasheet.
Spreadsheet Introduction and Terminology Fill in the Listening Guide as you view this presentation.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 4 BACKNEXTEND 4-1 LINKS TO OBJECTIVES Query Design Query Criteria Modify a Query Using OR.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
Microsoft Access 2010 Building and Using Queries.
Analyzing Data For Effective Decision Making Chapter 3.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 6 – Designing.
Welcome to BIM Jeopardy. CopyrightAccessWordExcelPowerPoint
MET280: Computing for Bioinformatics Introduction to databases What is a database? Not a spreadsheet. Data types and uses DBMS (DataBase Management System)
Database Essentials. Key Terms Big Data Describes a dataset that cannot be stored or processed using traditional database software. Examples: Google search.
Concepts of Database Management Seventh Edition
Lesson 1: Exploring Access Learning Objectives After studying this lesson, you will be able to: Start Access and identify elements of the application.
 Agenda 2/20/13 o Review quiz, answer questions o Review database design exercises from 2/13 o Create relationships through “Lookup tables” o Discuss.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
Tutorial 91 Databases A database is an organized collection of related information stored in a file on a disk A database allows companies to store information.
What have we learned?. What is a database? An organized collection of related data.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Derek Snow 6/13/2009.  What is Form?  Creating Forms  Form Views  Calculated Controls.
Database Applications – Microsoft Access Lesson 4 Working with Queries 36 Slides in Presentation.
Spreadsheet Data Tables Data Table 1 allows you to change one input variable’s value at a time and record the impact that the input assumption has on several.
Chapter 6 Creating, Sorting, and Querying a Table
Access Chapter 5-Table Tricks, Advanced Queries and Custom Forms.
Databases and Speadsheets
Ch. 101 Database Management An Introduction to Databases.
Excel Spreadsheet Notes. What is a Spreadsheet? Columns and rows of data.
Intro to Excel - Session 5.21 Tutorial 5 - Session 5.2 Working with Excel Lists.
Excel 2007 Part (3) Dr. Susan Al Naqshbandi
Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
Vocabulary Basic Spreadsheet Formulas Copyright © Texas Education Agency, All rights reserved.
Microsoft® Excel Create an Excel table. 1 Work with the Table Tools Design tab. 2 Sort and filter records in a table. 3 Identify structured references.
Microsoft Access 2000 Creating Queries, Reports and Web Pages.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Excel Project 1 Creating a Worksheet and an Embedded Chart.
Microsoft Access Lesson 5 Lexington Technology Center February 25, 2003 Bob Herring On the Web at
10.1Retrieving a Database File – In the last chapter, we have created a database file and several tables for that database. – In order to view and modify.
Welcome to the PJWood tutorial. For starters, let’s do a simple search of the database. We will extract treatment overview data in the Moab field office.
Microsoft Access Prepared by the Academic Faculty Members of IT.
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.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Relational Databases Today we will look at: Different ways of searching a database Creating queries Aggregate Queries More complex queries involving different.
Spreadsheet Functions And Formulas Databases Database.
N5 Databases Notes Information Systems Design & Development: Structures and links.
TU170 Learning online and computing with confidence
Current outstanding balance
Database Management  .
Microsoft Access 2003 Illustrated Complete
Building and Using Queries
Basic terms and structures
Spreadsheets, Modelling & Databases
Lessons Vocabulary Access 2016.
Unit J: Creating a Database
Lesson 13 Working with Tables
Presentation transcript:

Unit 23 Database and Spreadsheets Prepared by :Nahed Al-Salah

Intoduction F A database is needed to store information so that it can be searched and sorted in various ways. F Each item of information stored in a field. F A collection of related fields form a record. F Simple searches can often be created by allowing the user to type the required field information into a blank record and pressing a search button.

F More advanced programs usually use a query language known as SQL ( structural Query Language. F This allows users to type statements using logical operators to specify the search conditions. F MeaningLogical operator Both condition A and B are trueA.AND.B Either condition A or condition B or both are true A.OR.B Condition A is not true.NOT.A

Spreadsheet F A Spreadsheet program is used for calculating formulae. F It made up of a grid or array of rectangular boxes called cells as shown below : F The columns are labelled A,B,C… F The rows of cells numbered 1,2,3… F To refer to a particular cell e.g A1, B1,C1……… DCBA 1 2 3

F Exercises F At Textbook